1297d8373c30dbb45ad3e84b35742645bec84316
[SXSI/xpathcomp.git] / bugs / all / 59c2eb816cf4_Wrong_result_for_jumping_from_root
1 title: Wrong result for jumping from root
2 status: OPEN
3 reported by: Kim Nguyen
4 last modified: 2012-05-30 14:55:26+0200
5 date: 2012-05-30 14:55:26+0200
6 author: Kim Nguyen
7 assigned to: Kim Nguyen
8
9 -- opened by Kim Nguyen on 2012-05-30 14:55:26+0200
10
11 Problem description:
12 The jumping approximation return wrong results when jumping
13 from the root node
14 How to reproduce:
15 <a><b/></a>
16 /descendant::a does not return 1
17 /descendant::b is ok
18 /child::b is ok
19 Proposed solution: