diff options
Diffstat (limited to 'testing/resources/ok_xml.xml')
-rw-r--r-- | testing/resources/ok_xml.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/testing/resources/ok_xml.xml b/testing/resources/ok_xml.xml new file mode 100644 index 0000000..134f37c --- /dev/null +++ b/testing/resources/ok_xml.xml @@ -0,0 +1,4 @@ +<document> + <hello>Hi</hello> + <world>Earth</world> +</document> |