|
355 | 355 | {"description":"U+0000 in lookahead region after non-matching character",
|
356 | 356 | "input":"<!doc>\u0000",
|
357 | 357 | "output":[["Comment", "doc"], ["Character", "\u0000"]],
|
358 |
| -"ignoreErrorOrder":true, |
359 | 358 | "errors":[
|
360 | 359 | { "code": "incorrectly-opened-comment", "line": 1, "col": 3 },
|
361 | 360 | { "code": "unexpected-null-character", "line": 1, "col": 7 }
|
|
364 | 363 | {"description":"U+0000 in lookahead region",
|
365 | 364 | "input":"<!doc\u0000",
|
366 | 365 | "output":[["Comment", "doc\uFFFD"]],
|
367 |
| -"ignoreErrorOrder":true, |
368 | 366 | "errors":[
|
369 | 367 | { "code": "incorrectly-opened-comment", "line": 1, "col": 3 }
|
370 | 368 | ]},
|
371 | 369 |
|
372 | 370 | {"description":"U+0080 in lookahead region",
|
373 | 371 | "input":"<!doc\u0080",
|
374 | 372 | "output":[["Comment", "doc\u0080"]],
|
375 |
| -"ignoreErrorOrder":true, |
376 | 373 | "errors":[
|
377 | 374 | { "code": "incorrectly-opened-comment", "line": 1, "col": 3 },
|
378 | 375 | { "code": "control-character-in-input-stream", "line": 1, "col": 6 }
|
|
381 | 378 | {"description":"U+FDD1 in lookahead region",
|
382 | 379 | "input":"<!doc\uFDD1",
|
383 | 380 | "output":[["Comment", "doc\uFDD1"]],
|
384 |
| -"ignoreErrorOrder":true, |
385 | 381 | "errors":[
|
386 | 382 | { "code": "incorrectly-opened-comment", "line": 1, "col": 3 },
|
387 | 383 | { "code": "noncharacter-in-input-stream", "line": 1, "col": 6 }
|
|
390 | 386 | {"description":"U+1FFFF in lookahead region",
|
391 | 387 | "input":"<!doc\uD83F\uDFFF",
|
392 | 388 | "output":[["Comment", "doc\uD83F\uDFFF"]],
|
393 |
| -"ignoreErrorOrder":true, |
394 | 389 | "errors":[
|
395 | 390 | { "code": "incorrectly-opened-comment", "line": 1, "col": 3 },
|
396 | 391 | { "code": "noncharacter-in-input-stream", "line": 1, "col": 6 }
|
|
0 commit comments