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

Created 08 Feb 2022 by cmsmcq

Description

Sample grammar from Niklaus Wirth, Grundlagen und Techniken des Compilerbaus (Bonn: Addison-Wesley, 1996, p. 6.

Expressions.

Invisible XML Grammar

      A: T; A, "+", T.
      T: F; T, "*", F.
      F: V; "(", A, ")".
      V: "a"; "b"; "c"; "d".
    

Test case: g37.c08

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

Created 13 Jun 2022 by cmsmcq

Input string (4 characters)
(+d)
Expected result

The input does not match the grammar.

Test report

PASS