yaml-test-suite: update to YTS v2022-01-17
This commit is contained in:
parent
d27da67c69
commit
af569b50d7
2 changed files with 7 additions and 2 deletions
|
@ -1 +1 @@
|
||||||
Subproject commit 534eb75451fada039442460a79b79989fc87f9c3
|
Subproject commit 45db50aecf9b1520f8258938c88f396e96f30831
|
|
@ -317,9 +317,14 @@ static EXPECTED_FAILURES: &[&str] = &[
|
||||||
"Y79Y-03", // unexpected pass
|
"Y79Y-03", // unexpected pass
|
||||||
"Y79Y-04", // unexpected pass
|
"Y79Y-04", // unexpected pass
|
||||||
"Y79Y-05", // unexpected pass
|
"Y79Y-05", // unexpected pass
|
||||||
|
"Y79Y-10",
|
||||||
// TABs in whitespace-only lines
|
// TABs in whitespace-only lines
|
||||||
"DK95-03",
|
"DK95-03",
|
||||||
"DK95-04",
|
"DK95-04",
|
||||||
|
// TABs after marker ? or : (space required?)
|
||||||
|
"Y79Y-07",
|
||||||
|
"Y79Y-08",
|
||||||
|
"Y79Y-09",
|
||||||
// Other TABs
|
// Other TABs
|
||||||
"DK95-01", // in double-quoted scalar
|
"DK95-01", // in double-quoted scalar
|
||||||
// Empty key in flow mappings
|
// Empty key in flow mappings
|
||||||
|
@ -335,9 +340,9 @@ static EXPECTED_FAILURES: &[&str] = &[
|
||||||
// Flow mapping colon on next line / multiline key in flow mapping
|
// Flow mapping colon on next line / multiline key in flow mapping
|
||||||
"4MUZ-00",
|
"4MUZ-00",
|
||||||
"4MUZ-01",
|
"4MUZ-01",
|
||||||
|
"4MUZ-02",
|
||||||
"5MUD",
|
"5MUD",
|
||||||
"9SA2",
|
"9SA2",
|
||||||
"C4WK",
|
|
||||||
"K3WX",
|
"K3WX",
|
||||||
"NJ66",
|
"NJ66",
|
||||||
"UT92",
|
"UT92",
|
||||||
|
|
Loading…
Reference in a new issue