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.
Tests producing parse trees
22 Nov 2022 (22 Nov 2023)
Description
Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.
empty-group
Created 05 Feb 2022 by ndw
Invisible XML Grammar
a: b, (), c.
b: "b".
c: "c".
Test case: empty-group
Repository URI: …/tests/correct/test-catalog.xml
Created 05 Feb 2022 by ndw
Updated 05 Feb 2022 by ndw
Converted it into the catalog format
Input string (2 characters)
bcExpected result
<a>
<b>b</b>
<c>c</c>
</a>
Test report
PASS