aboutsummaryrefslogtreecommitdiff
path: root/tests/cxx/hybrid/enumeration/test-000.std
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-10-27 10:10:46 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-10-27 10:10:46 +0200
commit3dcdc88b14aec626c87f8f480a1d07781a27c069 (patch)
tree3d64d4701e07441545ffaf3afe0050c4c9e35b41 /tests/cxx/hybrid/enumeration/test-000.std
parent8161144e7f3182d9dc66a811b4618a81232d4af3 (diff)
Implement schema enumeration to C++ enum mapping in C++/Hybrid
Diffstat (limited to 'tests/cxx/hybrid/enumeration/test-000.std')
-rw-r--r--tests/cxx/hybrid/enumeration/test-000.std1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/cxx/hybrid/enumeration/test-000.std b/tests/cxx/hybrid/enumeration/test-000.std
new file mode 100644
index 0000000..8bb771a
--- /dev/null
+++ b/tests/cxx/hybrid/enumeration/test-000.std
@@ -0,0 +1 @@
+<t:root xmlns:t="test" x="a" y="c" z="b"><simple>a</simple><simple>b</simple><derived>a</derived><derived>b</derived><final>a</final><final>c</final><complex x="a">a</complex><complex x="c">c</complex><simple-cd>a</simple-cd><simple-cd>b</simple-cd><fbvd>a</fbvd><fbvd>c</fbvd><vbvd>a</vbvd><vbvd>c</vbvd></t:root> \ No newline at end of file