aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/clone/test-000.std
blob: f0eaa71fbedcebb2ef2f6e60c667b59f71c42b5a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
<t:root xmlns:t="test">
  <complex af="123" av="abc def" afixed="abc">
    <f>123</f>
    <v>abc def ghq</v>
    <of>123</of>
    <ov>abc def ghq</ov>
    <pod>1</pod>
    <pod>2</pod>
    <pod>3</pod>
    <fix>
      <x>1</x>
      <y>1</y>
    </fix>
    <fix>
      <x>2</x>
      <y>2</y>
    </fix>
    <fix>
      <x>3</x>
      <y>3</y>
    </fix>
    <var>a1 b1 c1</var>
    <var>a2 b2 c2</var>
    <var>a3 b3 c3</var>
    <str>aaa</str>
    <str>bbb</str>
    <str>ccc</str>
    <cv>abc def ghq</cv>
  </complex>
  <all>
    <f>123</f>
    <v>abc def ghq</v>
    <of>123</of>
    <ov>abc def ghq</ov>
  </all>
  <sequence>
    <f>123</f>
    <v>abc def ghq</v>
    <f>123</f>
    <v>abc def ghq</v>
    <c1v>abc def ghq</c1v>
    <c2f>123</c2f>
  </sequence>
  <choice>
    <cf>123</cf>
  </choice>
  <choice>
    <cv>abc def ghq</cv>
  </choice>
  <choice>
    <f>123</f>
    <v>abc def ghq</v>
    <f>123</f>
    <v>abc def ghq</v>
  </choice>
  <fixder>
    <x>1</x>
    <y>1</y>
    <v>abc def ghq</v>
  </fixder>
  <varder>
    <x>1</x>
    <y>abc def ghq</y>
    <f>123</f>
  </varder>
  <strder v="abc def ghq">str str</strder>
  <list>abc def ghq</list>
  <union>abc</union>
  <enum>c</enum>
  <enumder>b</enumder>
</t:root>