summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/default/test.xml
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2009-12-14 17:32:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2009-12-14 17:32:14 +0200
commitaf83df9be50a9383d0c54fb24b8e486a658a2a02 (patch)
tree5d937c9015c6438a60122743c7fb72ec30de32be /tests/cxx/tree/default/test.xml
parentc12b36470adb57100f1d5f22e3ddd6fc163f6ab4 (diff)
New default/fixed value initialization code
Now the default/fixed values are parsed by the compiler at compile time instead of the standard parsing code at runtime.
Diffstat (limited to 'tests/cxx/tree/default/test.xml')
-rw-r--r--tests/cxx/tree/default/test.xml11
1 files changed, 0 insertions, 11 deletions
diff --git a/tests/cxx/tree/default/test.xml b/tests/cxx/tree/default/test.xml
deleted file mode 100644
index d568ac9..0000000
--- a/tests/cxx/tree/default/test.xml
+++ /dev/null
@@ -1,11 +0,0 @@
-<t:root xmlns:t="test"
- xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="test test.xsd">
-
- <derived q1="1" q2="2">
- <a>a</a>
- </derived>
-
- <qname y="y"><!--a></a--></qname>
-
-</t:root>