summaryrefslogtreecommitdiff
path: root/third-party/s-xml/test/simple.xml
diff options
context:
space:
mode:
Diffstat (limited to 'third-party/s-xml/test/simple.xml')
-rw-r--r--third-party/s-xml/test/simple.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/third-party/s-xml/test/simple.xml b/third-party/s-xml/test/simple.xml
new file mode 100644
index 0000000..08ad942
--- /dev/null
+++ b/third-party/s-xml/test/simple.xml
@@ -0,0 +1,5 @@
+<?xml version="1.0"?>
+<!-- This is a very simple XML document -->
+<root id="123">
+ <text>Hello World!</text>
+</root>