BUG added: [59c2eb816cf4] Wrong result for jumping from root
[SXSI/xpathcomp.git] / bugs / all / 59c2eb816cf4_Wrong_result_for_jumping_from_root
diff --git a/bugs/all/59c2eb816cf4_Wrong_result_for_jumping_from_root b/bugs/all/59c2eb816cf4_Wrong_result_for_jumping_from_root
new file mode 100644 (file)
index 0000000..1297d83
--- /dev/null
@@ -0,0 +1,19 @@
+title: Wrong result for jumping from root
+status: OPEN
+reported by: Kim Nguyen
+last modified: 2012-05-30 14:55:26+0200
+date: 2012-05-30 14:55:26+0200
+author: Kim Nguyen
+assigned to: Kim Nguyen
+
+-- opened by Kim Nguyen on 2012-05-30 14:55:26+0200
+
+Problem description:
+The jumping approximation return wrong results when jumping
+from the root node
+How to reproduce:
+<a><b/></a>
+/descendant::a does not return 1
+/descendant::b is ok
+/child::b is ok
+Proposed solution: