merge from branch stable-succint-jumping
[SXSI/xpathcomp.git] / tests / test.xml
index 9a9e8c0..286dfb0 100644 (file)
@@ -1,2 +1,22 @@
 <?xml version="1.0"?>
-<a>foo<b/><b/><c><d/></c><b/></a>
+<b>foo
+  <e/>
+  <f>
+    <c> 
+      <a><g/> </a>
+    </c> 
+    <d> foobar
+      <a/>
+    </d> 
+    <e> 
+      <a> </a>
+    </e> 
+    <c> 
+    <g>
+      <a/> 
+    foo  <a/> 
+    </g>
+  </c> 
+  </f>
+  foo
+</b>