
iXML Community Group Test Suite
21 Jun 2022 (20 Aug 2022)
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.
Tests producing parse trees
17 Jun 2022
Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.
version-decl
Created 27 May 2022 by MSM
Invisible XML Grammar
ixml version "1.0".
S = 'abc', done
; [#00BF], 'x', [], 'x?'
; [#00BF], 'y', []+, 'y?'
; [#00A1], 'z', []?, 'z!'
; [#00A1], 'w', []*, 'w!'
; 'v', ~[], 'v'
; 'u', ~[]+, 'u'
; 't', ~[]?, 't'
; 's', ~[]*, 's'
.
done = [#1F63A].
Test case: u2
Repository URI: …/tests/correct/test-catalog.xml
Input string (4 characters)
u..u
Expected result
<S>u..u</S>