You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Release v2.2.4 introduces new features and enhancements, fixes bugs, and improves the test suite and the documentation. These are the highlights for XSpec v2.2.4:
12
+
13
+
#### Common to Languages Under Test
14
+
15
+
- Pending or unfocused variable declarations are handled more gracefully.
16
+
- Large results are no longer saved in separate XML files by default.
17
+
- This will be the last version to support Saxon 9.8.
18
+
19
+
#### XSLT
20
+
21
+
- Multiple test scenarios can be run in parallel by setting `@threads` on `x:description` or `x:scenario`. (Requires Saxon-EE)
22
+
- You can set `x:context` when testing functions. (Requires `/x:description/@run-as`=`external`)
23
+
24
+
#### Schematron
25
+
26
+
- You can mark assertions as pending by setting `@pending` on `x:expect-*` elements, as an alternative to using the `x:pending` element.
27
+
- When `@location` does not point to one node, the error message is more helpful.
28
+
29
+
Many thanks to the many XSpec contributors who made this release possible. They are listed on the [release notes](https://github.com/xspec/xspec/releases/tag/v2.2.4).
0 commit comments