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.

Character class tests

17 Dec 2022 (20 Jun 2023)

Description

The initial tests are derived from an email thread.

chars.astral

Created 20 Jun 2023 by NW

Invisible XML Grammar
S = A, -' '+, B, C .
A = "Happy" .
B = ['😸' | '😼'] .
C = @D, +'😾' .
D = +#1f640 .

Test case: chars.astral.1

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

Created 20 Jun 2023 by NW

Input string (7 characters)
Happy 😼
Expected results (one of)
<S>
   <A>Happy</A>
   <B>😸</B>
   <C D="🙀">😾</C>
</S>
<S>
   <A>Happy</A>
   <B>😼</B>
   <C D="🙀">😾</C>
</S>

Test report

PASS