Re: Test suite results

> Can you characterise the ones it didn't pass?

One of them :-)

I fail the range test. This grammar:

data: range1, range2, -".".
range1: ["0"-"9"].
range2: [#0-#9].

with this input:

5\t.

is expected to produce the result:

\n
<data>
   <range1>5</range1>
   <range2> </range2>
</data>

My processor is not producing a leading newline, but I think that’s an
error in the expected results. I don’t see why the output should include
that leading newline. Am I overlooking something?

                                        Be seeing you,
                                          norm

--
Norm Tovey-Walsh
Saxonica

Received on Tuesday, 1 February 2022 17:59:08 UTC