diff options
Diffstat (limited to '')
-rw-r--r-- | test/xml/simple/input.xml | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/test/xml/simple/input.xml b/test/xml/simple/input.xml new file mode 100644 index 0000000..10ad8fd --- /dev/null +++ b/test/xml/simple/input.xml @@ -0,0 +1,13 @@ +<?xml version="1.0" encoding="utf-8"?> +<!-- this is a comment --> +<root> + <child/> + <child attr2="value2" attr1="value1"/> + <child> + <baby>some text</baby> + </child> + before comment|<!-- another comment -->|after comment + <child attr3="value3"/> + <!-- another comment - with a single hyphen. --> +</root> + |