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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,10 +9,10 @@ To run a local version:
9
9
* Clone or download this repository from GitHub.
10
10
* Checkout the branch `hugo`: `git checkout hugo`
11
11
* Install the git submodules: `git submodule update --init --recursive`
12
-
* Run `hugo server -D` to get a local version of the website.
12
+
* Run `hugo server -D` to get a local version of the website on [http://localhost:1313](http://localhost:1313)
13
13
14
14
To submit updates: create a pull request to the `hugo` branch.
15
15
16
16
## Background
17
17
18
-
The website is generated as a static site using [Hugo](https://gohugo.io/). The static site is stored in the `master` branch, and GitHub publishes the static site.
18
+
The website is generated as a static site using [Hugo](https://gohugo.io/). The static site is stored in the `master` branch, and GitHub publishes the static site.
Release v2.0.7 introduces new features and enhancements, fixes bugs, and improves the test suite and the documentation. These are the highlights for XSpec v2.0.7:
12
+
13
+
#### **Common to Languages Under Test**
14
+
-[`x:helper`](https://github.com/xspec/xspec/wiki/Integrating-Your-Own-Test-Helpers) lets you integrate your own test helpers
15
+
-`@as` can be set in `x:context` and `x:expect`
16
+
17
+
#### **XSLT**
18
+
- You can test XSLT packages and static parameters ([experimental](https://github.com/xspec/xspec/wiki/External-Transformation))
19
+
20
+
#### **Schematron**
21
+
- Compatible with [SchXslt](https://github.com/schxslt/schxslt) (not thoroughly tested)
22
+
- You can write advanced expressions in `@location` (e.g. `<x:expect-assert location="//sec[@id='lower']" />`)
23
+
24
+
#### **XQuery**
25
+
-[Text value templates](https://github.com/xspec/xspec/wiki/Text-Value-Templates)
26
+
- Arrays and maps are reported in the same way as XSLT scenarios
27
+
28
+
#### **Command Line**
29
+
- New option `-e` treats failed tests as error
30
+
31
+
#### **Oxygen**
32
+
-`${xmlCatalogFilesList}` takes effect in the **Run XSpec Test** transformation scenario
33
+
34
+
#### **Breaking Changes**
35
+
- See https://github.com/xspec/xspec/issues/1121
36
+
37
+
38
+
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.0.7).
0 commit comments