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.
Insertion tests
01 Jun 2022
Description
This test set collects some grammars that use textual insertion.
insert-multiple-attribute
Created 28 May 2022 by jwL
Description
A grammar with a repeated simple and attributed textual insertion.
Invisible XML Grammar
S: 'a', b, @b, b. b: +"xml".
Test case: iMultAtt-1
Repository URI: …/tests/grammar-misc/insertion-tests.xml
Input string (1 character)
a
Expected result
<S xmlns:ixml="http://invisiblexml.org/NS"
xmlns:jwL="https://lists.w3.org/Archives/Public/public-ixml/2022May/0099.html"
b="xml">a<b>xml</b>
<b>xml</b>
</S>
Test report
PASS