summaryrefslogtreecommitdiffstats
path: root/test/resources/xml/om/pi.xml
diff options
context:
space:
mode:
Diffstat (limited to 'test/resources/xml/om/pi.xml')
-rw-r--r--test/resources/xml/om/pi.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/test/resources/xml/om/pi.xml b/test/resources/xml/om/pi.xml
new file mode 100644
index 0000000..980bbf9
--- /dev/null
+++ b/test/resources/xml/om/pi.xml
@@ -0,0 +1,13 @@
+<?xml version="1.0"?>
+<foo>
+ <?cheese is tasty?>
+ <bar>
+ <baz/>
+ <cheese/>
+ <baz/>
+ <?toast is tasty?>
+ <cheese/>
+ <baz/>
+ </bar>
+ <?cheese is gooey?>
+</foo>