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.

Misc tests

13 Jun 2022

Description

Grammars 1-20.

Tests compiled manually in 2018 and 2019, re-packaged in 2022.

Moved to ixml test collection, June 2022.

sample.grammar.03

Created 08 Feb 2022 by cmsmcq

Description

A toy fragment of CSS from one of Steven Pemberton's talks.

Invisible XML Grammar
{ Sample grammar 3

from https://homepages.cwi.nl/~steven/Talks/2013/08-07-invisible-xml/invisible-xml-3.html
}
{ Revisions:
2018-04-08 : CMSMcQ : made this from sample.grammar.03.xml
}

css: rules.
rules: rule; rules, rule.
rule: selector, block.
block: "{", properties, "}".
properties:  property; property, ";", properties.
property:  name, ":", value; empty.
selector: name.
name: ["a"-"z";"A"-"Z"], ["a"-"z";"A"-"Z";"0"-"9";"-";"_"]*.
value: ["x"-"z"].

{ An earlier form of grammar 3 didn't actually define
the nonterminal 'empty'.  That might be related to the
exponential problem. }
empty: .

Test case: g03.r10

Repository URI: …/tests/misc/misc-001-020-catalog.xml

Input string (17 characters)
q{b:y;b2=z;xyz:x}
Expected result

The input does not match the grammar.

Test report

PASS