diff --git a/tests/data/yaml11.schema-skip b/tests/data/yaml11.schema-skip index 2d78a619..0fb92ef0 100644 --- a/tests/data/yaml11.schema-skip +++ b/tests/data/yaml11.schema-skip @@ -1,6 +1,7 @@ load: { 'Y': 1, 'y': 1, 'N': 1, 'n': 1, '!!bool Y': 1, '!!bool N': 1, '!!bool n': 1, '!!bool y': 1, + '!!float .': 1, '!!float ._', '!!str .', '.', '._', } dump: { '!!str N': 1, '!!str Y': 1, '!!str n': 1, '!!str y': 1,