Actions
Bug #2527
closedFailure calling a function returned from a template
Start date:
2015-12-04
Due date:
% Done:
100%
Estimated time:
Legacy ID:
Applies to branch:
9.6
Fix Committed on Branch:
9.6
Fixed in Maintenance Release:
Platforms:
Description
Failure running XSLT3 test case higher-order-functions-072, newly created in the course of investigating bug 2523.
The test attempts to return an inline function from a template and then invoke it; the function contains a nested inline function, whose closure refers to the template parameters.
Fails on both 9.6 and 9.7. The error is FOTY0013, cannot atomize a function item (or map), caused by supplying a map as the value of an argument where a string is expected.
Please register to edit this issue
Actions