iXML Community Group Test Suite

23 Oct 2023 (22 Nov 2023)

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

This test set collects some grammars that use textual insertion.

insert-separator

Created 29 May 2022 by jwL

A grammar with a simple textual insertion acting as a repetition separator.

Invisible XML Grammar

 S: [L]+++",". 

Test case: iSep-1

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

Input string (6 characters)

abcdef

Expected result

<S xmlns:ixml="http://invisiblexml.org/NS">a,b,c,d,e,f</S>