aboutsummaryrefslogtreecommitdiff
path: root/tests/data/yaml11.schema-skip
diff options
context:
space:
mode:
Diffstat (limited to 'tests/data/yaml11.schema-skip')
-rw-r--r--tests/data/yaml11.schema-skip7
1 files changed, 7 insertions, 0 deletions
diff --git a/tests/data/yaml11.schema-skip b/tests/data/yaml11.schema-skip
new file mode 100644
index 0000000..2d78a61
--- /dev/null
+++ b/tests/data/yaml11.schema-skip
@@ -0,0 +1,7 @@
+load: {
+ 'Y': 1, 'y': 1, 'N': 1, 'n': 1,
+ '!!bool Y': 1, '!!bool N': 1, '!!bool n': 1, '!!bool y': 1,
+ }
+dump: {
+ '!!str N': 1, '!!str Y': 1, '!!str n': 1, '!!str y': 1,
+ }