summaryrefslogtreecommitdiff
path: root/tests/auto/qabstractxmlnodemodel/tree.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qabstractxmlnodemodel/tree.xml')
-rw-r--r--tests/auto/qabstractxmlnodemodel/tree.xml15
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/auto/qabstractxmlnodemodel/tree.xml b/tests/auto/qabstractxmlnodemodel/tree.xml
new file mode 100644
index 0000000..cba262a
--- /dev/null
+++ b/tests/auto/qabstractxmlnodemodel/tree.xml
@@ -0,0 +1,15 @@
+<documentElement xml:lang="en">
+ <section1 noValue="">
+ text1
+ <?target1 data1?>
+ <?target2 data2?>
+ <?target3 data3?>
+ </section1>
+ <section2 attr1="1" attr2="2"/>
+ <!-- comment1 -->
+ <section3/>
+ <!-- comment2 -->
+ <!-- comment3 -->
+ <noChildren/>
+ <oneTextChild>theTextChild2</oneTextChild>
+</documentElement>