Test cases from XPath-PT, script.
[tatoo.git] / tests / docs / XPath-PT.xml
diff --git a/tests/docs/XPath-PT.xml b/tests/docs/XPath-PT.xml
new file mode 100644 (file)
index 0000000..0c21bc6
--- /dev/null
@@ -0,0 +1,34 @@
+<X>
+  <b>
+    <a>
+      <c>
+        <e>
+          <f>
+            <g>
+              <b>
+                <g/>
+              </b>
+            </g>
+          </f>
+          <e/>
+        </e>
+      </c>
+    </a>
+  </b>
+  <a>
+    <c>
+      <e>
+        <f/>
+      </e>
+      <f>
+        <X>
+          <g/>
+          <b>
+            <g/>
+          </b>
+        </X>
+        <e/>
+      </f>
+    </c>
+  </a>
+</X>