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.

Misc tests 2

28 Jun 2022

Grammars 21-40.

Test grammars compiled manually in 2018 and 2019, re-packaged in 2022.

Added test cases where needed and moved to ixml test collection, June 2022.

sample.grammar.29

Created 08 Feb 2022 by cmsmcq

Another grammar with arbitrary but minimum width. This one tries to break over-simple loop-detection algorithms; it's a variant of sample.grammar.23.

Invisible XML Grammar


	  S: X.
	  X:  A+, A+, "x".
	  A: {nil}. 
      

Test case: g29.c03

Repository URI: …/tests/misc/misc-021-040-catalog.xml

Input string (1 character)

x

Expected results (one of)

<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>x</X>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
    xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
    ixml:state="ambiguous">
   <X>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>
      <A/>x</X>
</S>