Skip to content

Commit df3f789

Browse files
authored
Add post for XSpec v3.2.2 (#22)
1 parent 28fea83 commit df3f789

File tree

1 file changed

+31
-0
lines changed

1 file changed

+31
-0
lines changed

Diff for: content/posts/xspec_322_release.md

+31
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,31 @@
1+
---
2+
date: 2025-03-24
3+
linktitle: Release XSpec v3.2.2
4+
title: Release XSpec v3.2.2
5+
weight: 6
6+
categories: ["Release"]
7+
tags: ["v3.2.2"]
8+
---
9+
10+
<a href="https://github.com/xspec/xspec/issues/1766"><img align="right" src="https://user-images.githubusercontent.com/10128303/262700963-1a1e0fda-f335-4c90-9f8a-f72c5ece6c27.png" width="100px" alt="XSpec logo proposed and discussed in #1766"/>
11+
</a>
12+
13+
## Release XSpec v3.2.2
14+
15+
XSpec 3.2 enhances its HTML reports with coverage statistics and a choice of color themes. These are the highlights of XSpec v3.2:
16+
17+
## Common to Languages Under Test
18+
19+
- Test reports use black text on white background by default, improving accessibility. Themes `'whiteblack'` (white on black) and `'classic'` (earlier green/pink design) are also available. You can select a non-default theme using the `xspec.html.report.theme` Ant property or, in the command line interface, the `XSPEC_HTML_REPORT_THEME` environment variable.
20+
21+
## XSLT
22+
23+
- Code coverage report includes a Contents section with coverage statistics and navigation links to module-specific sections of the report.
24+
25+
## XQuery
26+
- XSpec is tested with BaseX 11.8.
27+
28+
## Schematron
29+
- Tests for Schematron can verify string values of Schematron properties.
30+
31+
Many thanks to all the XSpec contributors who made this release possible! They are listed in the [release notes](https://github.com/xspec/xspec/releases/tag/v3.2.2).

0 commit comments

Comments
 (0)