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.

version-decl-two

Created 27 May 2022 by MSM

Updated 01 Jun 2022 by NDW

Added ixml:state to indicate a version mismatch.

Invisible XML Grammar






ixml{}version{}"experimental induction of parser failure under stress".S=;'done'.

Test case: Grammar test

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

Expected result

<ixml>
   <prolog>
      <version string="experimental induction of parser failure under stress">
         <comment/>
         <comment/>
      </version>
   </prolog>
   <rule name="S">
      <alt/>
      <alt>
         <literal string="done"/>
      </alt>
   </rule>
</ixml>