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.

Tests producing parse trees

17 Jun 2022 (15 Jun 2023)

Description

Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.

leading-embedded-nullable

Description

Test that repeated nullable nonterminals are handled correctly.

Created 17 Jun 2022 by ndw

Invisible XML Grammar

      S = B, B, 'a'.
      B = C .
      C = .
    

Test case: leading-nullable-fail

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

Created 19 Jun 2022 by ndw

Input string (2 characters)
aa
Expected result

The input does not match the grammar.

Test report

PASS