Skip to content

Commit

Permalink
Add to skip list
Browse files Browse the repository at this point in the history
  • Loading branch information
perlpunk committed Feb 5, 2021
1 parent 4cbdad1 commit 8f85b31
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions 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,
Expand Down

0 comments on commit 8f85b31

Please sign in to comment.