Actions
Bug #3369
closedIncorrect test for node identity in p.genNode pattern matching
Start date:
2017-08-05
Due date:
% Done:
100%
Estimated time:
Applies to JS Branch:
1.0, Trunk
Fix Committed on JS Branch:
1.0, Trunk
Fixed in JS Release:
SEF Generated with:
Platforms:
Company:
-
Contact person:
-
Additional contact persons:
-
Description
In pattern.js, the code for p.genNode tests (desc===item) to compare node identity. It should be domUtils.isSameNode(desc, item). This causes test match-098 to fail.
(For attributes, we create objects to represent attribute nodes "on demand", so two different Javascript objects might represent the same XDM node).
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page