summaryrefslogtreecommitdiffstats
path: root/libxml2/test/pattern/conj.xml
diff options
context:
space:
mode:
Diffstat (limited to 'libxml2/test/pattern/conj.xml')
-rw-r--r--libxml2/test/pattern/conj.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/libxml2/test/pattern/conj.xml b/libxml2/test/pattern/conj.xml
new file mode 100644
index 0000000..c1c770e
--- /dev/null
+++ b/libxml2/test/pattern/conj.xml
@@ -0,0 +1,13 @@
+<a>
+ <b>
+ <c><b/></c>
+ <c>
+ <b/>
+ <c><b/></c>
+ </c>
+ </b>
+ <c>
+ <b>
+ </b>
+ </c>
+</a>