summaryrefslogtreecommitdiffstats
path: root/test/xml/no-decl-1/input.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/xml/no-decl-1/input.xml')
-rw-r--r--test/xml/no-decl-1/input.xml8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/xml/no-decl-1/input.xml b/test/xml/no-decl-1/input.xml
new file mode 100644
index 0000000..fc938d4
--- /dev/null
+++ b/test/xml/no-decl-1/input.xml
@@ -0,0 +1,8 @@
+<root>
+ <child/>
+ <child attr2="value2" attr1="value1"/>
+ <child>
+ <baby>some text</baby>
+ </child>
+</root>
+