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-multiple-attribute

Created 28 May 2022 by jwL

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" b="xml">a<b>xml</b>
   <b>xml</b>
</S>