CoffeeFilter Test Report

Report generated on 13 Jul 2026 at 17:26 with version 3.3.14 from a test suite dated 23 Oct 2023 (22 Nov 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.

Correct Syntax tests

01 Jun 2022

Description

Syntax tests for grammar features. These tests all make assertions about grammars that are syntactically correct.

rulemark

Created 26 Mar 2022 by ndw

Invisible XML Grammar
^S: A .
@A: B .
-B: 'a' .

Test case: Grammar test

Repository URI: …/tests/syntax/catalog-of-correct-tests.xml

Expected result
<ixml>
   <rule mark="^" name="S">
      <alt>
         <nonterminal name="A"/>
      </alt>
   </rule>
   <rule mark="@" name="A">
      <alt>
         <nonterminal name="B"/>
      </alt>
   </rule>
   <rule mark="-" name="B">
      <alt>
         <literal string="a"/>
      </alt>
   </rule>
</ixml>

Test report

PASS