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.

Insertion tests

01 Jun 2022 (20 Aug 2022)

Description

This test set collects some grammars that use textual insertion.

insert-special

Created 20 Aug 2022 by SP

Description

A grammar that parses and inserts special characters. From an email message.

Invisible XML Grammar
element: @attribute, -content.
attribute: -content.
content:   +#26, +#22, +#27, +#3C, +#3E,
            #26,  #22,  #27,  #3C,  #3E.

Test case: insert-special

Repository URI: …/tests/grammar-misc/insertion-tests.xml

Input string (10 characters)
&"'<>&"'<>
Expected result
<element xmlns:ixml="http://invisiblexml.org/NS" attribute="&amp;&#34;'&lt;&gt;&amp;&#34;'&lt;&gt;">&amp;"'&lt;&gt;&amp;"'&lt;&gt;</element>

Test report

PASS