summaryrefslogtreecommitdiff
path: root/tests/res/data.xml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2022-09-25 18:20:39 +0200
committerLaurenz <laurmaedje@gmail.com>2022-09-25 18:20:39 +0200
commitf6adc45638409aaa0feb1f70883c11ed553efe4f (patch)
tree3691cec70698a1952f2b315ed8b602912739acce /tests/res/data.xml
parentfffb55f79a3369fa2dcf39371091c48ff61f55a8 (diff)
XML reading
Diffstat (limited to 'tests/res/data.xml')
-rw-r--r--tests/res/data.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/res/data.xml b/tests/res/data.xml
new file mode 100644
index 00000000..9ae409ee
--- /dev/null
+++ b/tests/res/data.xml
@@ -0,0 +1,7 @@
+<data>
+ <hello name="hi">1</hello>
+ <data>
+ <hello>World</hello>
+ <hello>World</hello>
+ </data>
+</data>