diff options
Diffstat (limited to 'third_party/lisp/s-xml/test/simple.xml')
-rw-r--r-- | third_party/lisp/s-xml/test/simple.xml | 5 |
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 000000000000..08ad9424e3ae --- /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> |