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.

range-comments

Created 05 Feb 2022 by ndw

Invisible XML Grammar

name: letter*.
letter: [{comment}"a"{comment}-{comment}"z"{comment}].

Test case: range-comments

Repository URI: …/tests/correct/test-catalog.xml

Created 05 Feb 2022 by ndw

Updated 05 Feb 2022 by ndw

Converted it into the catalog format

Input string (4 characters)

name

Expected result

<name>
   <letter>n</letter>
   <letter>a</letter>
   <letter>m</letter>
   <letter>e</letter>
</name>