diff --git a/examples/null.yaml b/examples/null.yaml new file mode 100644 index 0000000..26a7068 --- /dev/null +++ b/examples/null.yaml @@ -0,0 +1,8 @@ +--- + test: A test for null values + thisis: null + thistoo: NULL + notnull: yes + tildeis: ~ + capitalized: Null + end: test passed?