From 45db9406eb4d7e0e3ab4ac9b407c611890bc1a4c Mon Sep 17 00:00:00 2001 From: Germano Gabbianelli Date: Mon, 12 Sep 2011 22:51:42 +0200 Subject: [PATCH] Added a "null.yaml" test case in the examples. --- examples/null.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 examples/null.yaml 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?