diff --git a/saphyr/tests/yaml-test-suite b/saphyr/tests/yaml-test-suite index 534eb75..45db50a 160000 --- a/saphyr/tests/yaml-test-suite +++ b/saphyr/tests/yaml-test-suite @@ -1 +1 @@ -Subproject commit 534eb75451fada039442460a79b79989fc87f9c3 +Subproject commit 45db50aecf9b1520f8258938c88f396e96f30831 diff --git a/saphyr/tests/yaml-test-suite.rs b/saphyr/tests/yaml-test-suite.rs index 49f74d7..9048ebe 100644 --- a/saphyr/tests/yaml-test-suite.rs +++ b/saphyr/tests/yaml-test-suite.rs @@ -317,9 +317,14 @@ static EXPECTED_FAILURES: &[&str] = &[ "Y79Y-03", // unexpected pass "Y79Y-04", // unexpected pass "Y79Y-05", // unexpected pass + "Y79Y-10", // TABs in whitespace-only lines "DK95-03", "DK95-04", + // TABs after marker ? or : (space required?) + "Y79Y-07", + "Y79Y-08", + "Y79Y-09", // Other TABs "DK95-01", // in double-quoted scalar // Empty key in flow mappings @@ -335,9 +340,9 @@ static EXPECTED_FAILURES: &[&str] = &[ // Flow mapping colon on next line / multiline key in flow mapping "4MUZ-00", "4MUZ-01", + "4MUZ-02", "5MUD", "9SA2", - "C4WK", "K3WX", "NJ66", "UT92",