File tree Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Expand file tree Collapse file tree 1 file changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -84,14 +84,6 @@ If `test.doubleEscaped` is present and `true`, then every string within
84
84
` test.output ` must be further unescaped (as described above) before
85
85
comparing with the tokenizer's output.
86
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
87
xmlViolation tests
96
88
------------------
97
89
You can’t perform that action at this time.
0 commit comments