summaryrefslogtreecommitdiffstats
path: root/test/xml-structure/basic-2/input.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml-structure/basic-2/input.xml')
-rw-r--r--test/xml-structure/basic-2/input.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/test/xml-structure/basic-2/input.xml b/test/xml-structure/basic-2/input.xml
new file mode 100644
index 0000000..1466be4
--- /dev/null
+++ b/test/xml-structure/basic-2/input.xml
@@ -0,0 +1,7 @@
+<?xml version="1.0"?>
+<!--This one has no recurring sub-structure at all.-->
+<root>
+ <name>Thomas Anderson</name>
+ <age>unknown</age>
+ <nickname>Neo</nickname>
+</root>