about summary refs log tree commit diff
path: root/third_party/lisp/s-xml/test/simple.xml
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/lisp/s-xml/test/simple.xml')
-rw-r--r--third_party/lisp/s-xml/test/simple.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/third_party/lisp/s-xml/test/simple.xml b/third_party/lisp/s-xml/test/simple.xml
new file mode 100644
index 0000000000..08ad9424e3
--- /dev/null
+++ b/third_party/lisp/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>