diff options
Diffstat (limited to 'examples/xml/malformed.xml')
-rw-r--r-- | examples/xml/malformed.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/examples/xml/malformed.xml b/examples/xml/malformed.xml new file mode 100644 index 0000000..5e90081 --- /dev/null +++ b/examples/xml/malformed.xml @@ -0,0 +1,4 @@ +<test_output> + <test_name>foo</testname> + <subtest>...</subtest> +</test_output> |