CoffeeFilter Test Report
Report generated on 08 Jun 2022 at 15:06 with CoffeeFilter version 1.99.0 (using CoffeeGrinder version 1.99.0) from a test suite dated 01 Jun 2022 (03 Jun 2022).
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
01 Jun 2022
Description
Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.
ixml tests
Created 16 Dec 2021 by SP
Updated 21 Dec 2021 by SP
Corrected input, grammar, or output for 5 tests
Updated 30 Dec 2021 by MSM
Updated catalog, corrected many tests.
Updated 30 May 2022 by MSM
Add whitespace-and-delimiters test sets.
nested-comment
Created 16 Dec 2021 by SP
Invisible XML Grammar
a: b, c.
b: "b". {here is a comment
{with a nested comment
b: "c".
}}
c: .
Test case: nested-comment
Repository URI: …/tests/correct/test-catalog.xml
Created 16 Dec 2021 by SP
Updated 30 Dec 2021 by MSM
remove trailing whitespace from input
Updated 01 Jan 2022 by MSM
remove nonsignificant whitespace from expected result
Input string (1 character)
b
Expected result
<a>
<b>b</b>
<c/>
</a>
Test report
PASS