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.

whitespace-and-delimiters-inline

Created 30 May 2022 by MSM

Invisible XML Grammar

	S
={}a, b, c, d.
	a
= 'Don''t worry'
	      | 'Keep ''calm'''.
	b
={}[';,']?.
		d = 'be ''happy''.'
        |{}; 'and carry on.'.{}c=#000000000000020.
    

Test case: wd1

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

Input string (24 characters)
Don't worry, be 'happy'.
Expected result
<S>
   <a>Don't worry</a>
   <b>,</b>
   <c> </c>
   <d>be 'happy'.</d>
</S>

Test report

PASS