summaryrefslogtreecommitdiff
path: root/tests/cxx/tree/polymorphism/comparison/test.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/cxx/tree/polymorphism/comparison/test.xml')
-rw-r--r--tests/cxx/tree/polymorphism/comparison/test.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/cxx/tree/polymorphism/comparison/test.xml b/tests/cxx/tree/polymorphism/comparison/test.xml
new file mode 100644
index 0000000..0b8c125
--- /dev/null
+++ b/tests/cxx/tree/polymorphism/comparison/test.xml
@@ -0,0 +1,7 @@
+<t:root xmlns:t="test"
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
+ xsi:schemaLocation="test test.xsd">
+
+ <base xsi:type="t:derived1"><a>a</a><fund>1</fund><b>b</b></base>
+
+</t:root>