Actions
Support #5665
closedXslt30TestSuiteDriverHE for Saxon 11 HE seems to consider higher-order functions as unavailable
Start date:
2022-08-27
Due date:
% Done:
0%
Estimated time:
Legacy ID:
Applies to branch:
11
Fix Committed on Branch:
11
Fixed in Maintenance Release:
Platforms:
Java
Description
I have been looking into the test driver, both online at https://saxonica.plan.io/projects/saxonmirrorhe/repository/he/revisions/he_mirror_saxon_11_4/entry/src/main/java/net/sf/saxon/testdriver/Xslt30TestSuiteDriverHE.java#L141 and in the resources zip, I wonder why those lines say
public boolean unavailableInXX(String type, String value) {
if (type.equals("feature") && value.equals("higher_order_functions")) {
return true;
}
given that HE 10 and 11 support higher-order functions.
Has the test driver for HE not been updated for HE 10 and 11 or is that check needed for some other restriction?
Please register to edit this issue
Actions