Actions
Bug #3783
closedIncorrect evaluation of ?* on arrays
Start date:
2018-05-15
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 the case of lookup all on an array, Saxon-JS is incorrectly expanding the array contents. For example:
[(1,2),(3,4)]?*
would yield something like [1,2]@, rather than @(1,2,3,4)
Correction applied to JS1.1 and JS2 sources.
Please register to edit this issue
Actions
Also available in: Atom PDF Tracking page