CoffeeFilter Test Report

Report generated on 06 Aug 2023 at 21:03 with CoffeeFilter version 3.2.1 (using CoffeeGrinder version 3.2.1) from a test suite dated 21 Jun 2022 (20 Jun 2023).

Description

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

Description

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.25

Created 08 Feb 2022 by cmsmcq

Description

Another grammar with infinite ambiguity. This one has some non-terminals which occur only inside loops (so a ruthless policy of omitting all loops will never exhibit parse trees with them).

Invisible XML Grammar

          S: A, B, C,
             D, (Z, C, D)*,
             E, (Y, B, C, D, (Z, C, D)*, E)*,
             F, (X, B, C, D, (Z, C, D)*, E, (Y, B, C, D, (Z, C, D)*, E)*, F )*,
             G, (W, A, B, C,
                D, (Z, C, D)*,
                E, (Y, B, C, D, (Z, C, D)*, E)*,
                F, (X, B, C, D, (Z, C, D)*, E, (Y, B, C, D, (Z, C, D)*, E)*, F )*, G)*.
          A: {nil}.  B: {nil}.  C: {nil}.  D: {nil}.  E: {nil}.  F: {nil}.  G: {nil}.
          Z: {nil}. Y: {nil}. X: {nil}. W: {nil}.
    

Test case: g25.c02

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

Input string (0 characters)
Expected results (one of)
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <Z/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <Y/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <X/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
   <W/>
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>
<S xmlns:ixml="http://invisiblexml.org/NS"
   xmlns:tc="https://github.com/invisibleXML/ixml/test-catalog"
   ixml:state="ambiguous">
   <A/>
   <B/>
   <C/>
   <D/>
   <E/>
   <Y/>
   <B/>
   <C/>
   <D/>
   <Z/>
   <C/>
   <D/>
   <E/>
   <F/>
   <G/>
</S>

Test report

PASS