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.

Character class tests

17 Dec 2022 (20 Jun 2023)

Description

The initial tests are derived from an email thread.

chars.char1b

Created 17 Dec 2022 by NW

Invisible XML Grammar
input: char*.

-char: C; LC; Lm ; Lo; M; N; P; S; Z; Unassigned.
Unassigned: ~[C; LC; Lm ; Lo; M; N; P; S; Z].

C: [C].
LC: [LC].
Lm: [Lm].
Lo: [Lo].
M: [M].
N: [N].
P: [P].
S: [S].
Z: [Z].

Test case: char1a

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

Created 17 Dec 2022 by NW

Input string (3 characters)
Abʰ
Expected result
<input>
   <LC>A</LC>
   <LC>b</LC>
   <Lm>ʰ</Lm>
</input>

Test report

PASS