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.
attribute-multipart
Test that an attribute value constructed from multiple children is correctly interpreted.
Created 11 Mar 2022 by ndw
Invisible XML Grammar
date: month, -',', -' '*, year .
@month: 'Feb', 'ruary' .
year: ['0'-'9']+ .
Test case: attribute-multipart
Repository URI: …/tests/correct/test-catalog.xml
Created 11 Mar 2022 by ndw
Input string (14 characters)
February, 2022
Expected result
<date month="February">
<year>2022</year>
</date>