From: Kim Nguyễn Date: Wed, 30 May 2012 12:56:26 +0000 (+0200) Subject: BUG added: [59c2eb816cf4] Wrong result for jumping from root X-Git-Url: http://git.nguyen.vg/gitweb/?p=SXSI%2Fxpathcomp.git;a=commitdiff_plain;h=16e61f135ed3043f4c656c423c67654ceb058411 BUG added: [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 index 0000000..1297d83 --- /dev/null +++ b/bugs/all/59c2eb816cf4_Wrong_result_for_jumping_from_root @@ -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: + +/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 index 0000000..08399db --- /dev/null +++ b/bugs/open/59c2eb816cf4_Wrong_result_for_jumping_from_root @@ -0,0 +1 @@ +../all/59c2eb816cf4_Wrong_result_for_jumping_from_root \ No newline at end of file