8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents de70ae4 + a5c88a4 commit c9816cfCopy full SHA for c9816cf
tokenizer/README.md
@@ -84,14 +84,6 @@ If `test.doubleEscaped` is present and `true`, then every string within
84
`test.output` must be further unescaped (as described above) before
85
comparing with the tokenizer's output.
86
87
-`test.ignoreErrorOrder` is a boolean value indicating that the order of
88
-`ParseError` tokens relative to other tokens in the output stream is
89
-unimportant, and implementations should ignore such differences between
90
-their output and `expected_output_tokens`. (This is used for errors
91
-emitted by the input stream preprocessing stage, since it is useful to
92
-test that code but it is undefined when the errors occur). If it is
93
-omitted, it defaults to `false`.
94
-
95
xmlViolation tests
96
------------------
97
0 commit comments