BUG added: [59c2eb816cf4] Wrong result for jumping from root
authorKim Nguyễn <kn@lri.fr>
Wed, 30 May 2012 12:56:26 +0000 (14:56 +0200)
committerKim Nguyễn <kn@lri.fr>
Wed, 30 May 2012 12:56:26 +0000 (14:56 +0200)
bugs/all/59c2eb816cf4_Wrong_result_for_jumping_from_root [new file with mode: 0644]
bugs/open/59c2eb816cf4_Wrong_result_for_jumping_from_root [new symlink]

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:
diff --git a/bugs/open/59c2eb816cf4_Wrong_result_for_jumping_from_root b/bugs/open/59c2eb816cf4_Wrong_result_for_jumping_from_root
new file mode 120000 (symlink)
index 0000000..08399db
--- /dev/null
@@ -0,0 +1 @@
+../all/59c2eb816cf4_Wrong_result_for_jumping_from_root
\ No newline at end of file