iXML Community Group Test Suite
23 Oct 2023 (22 Nov 2023)
Top-level catalog for tests in the iXML Community Group Test Suite.
Tests have been contributed from several sources, but the core of the test collection are the tests contributed by Steven Pemberton in December 2021.
Tests producing parse trees
22 Nov 2022
Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.
ixml tests
Created 16 Dec 2021 by SP
Updated 21 Dec 2021 by SP
Corrected input, grammar, or output for 5 tests
Updated 30 Dec 2021 by MSM
Updated catalog, corrected many tests.
Updated 30 May 2022 by MSM
Add whitespace-and-delimiters test sets.
lf
Created 16 Dec 2021 by SP
Invisible XML Grammar
input: line++lf.
line: ~[#a | #d]*.
lf: -#a | -#d, -#a.
Test case: lf
Repository URI: …/tests/correct/test-catalog.xml
Created 16 Dec 2021 by SP
Updated 30 Dec 2021 by MSM
Stripped whitespace from expected result
Updated 30 Dec 2021 by MSM
Stripped final empty line element from expected result, no trailing lf in input
Input string (48 characters)
Now is the time
For all good people
To have fun.
Expected result
<input>
<line>Now is the time</line>
<lf/>
<line>For all good people</line>
<lf/>
<line>To have fun.</line>
</input>