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.

parse tests

01 Jun 2022

Description

Tests provided by Steven Pemberton in December 2021, with corrections of 21 December. Reorganized by Norm Tovey-Walsh, February 2022.

url1

Created 16 Dec 2021 by SP

Invisible XML Grammar
url: scheme, ":", authority, path.
@scheme: name.
-name: letter+.
-authority: "//", host.
host: sub++".".
-sub: name.
path: ("/", seg)+.
-seg: sname.
-sname: fletter*.
-letter: ["a"-"z"]; ["A"-"Z"]; ["0"-"9"].
-fletter: letter; ".".

Test case: url1

Repository URI: …/tests/parse/test-catalog.xml

Created 16 Dec 2021 by SP

Description

The grammar as written allows no hash mark and fragment identifier. The intent may have been to formulate a grammar that allowed them, but the simplest change to bring it into a consistent state is to change the result.

For the record, the originally asserted result is now in file 'url1.disputed-output.xml'.

Input string (53 characters)
http://www.w3.org/TR/1999/xhtml.html#date?name=fred

Expected result

The input does not match the grammar.

Test report

PASS

Description

The grammar as written allows no hash mark and fragment identifier. The intent may have been to formulate a grammar that allowed them, but the simplest change to bring it into a consistent state is to change the result.

For the record, the originally asserted result is now in file 'url1.disputed-output.xml'.