We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
ignoreErrorOrder
1 parent de70ae4 commit a5c88a4Copy full SHA for a5c88a4
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