Index: lib/src/prism/tests/languages/yaml/null_feature.test |
diff --git a/lib/src/prism/tests/languages/yaml/null_feature.test b/lib/src/prism/tests/languages/yaml/null_feature.test |
new file mode 100644 |
index 0000000000000000000000000000000000000000..ca12f2307878fb65bbaae4bc45451efeceee215c |
--- /dev/null |
+++ b/lib/src/prism/tests/languages/yaml/null_feature.test |
@@ -0,0 +1,17 @@ |
+--- |
+foo: null |
+bar: ~ |
+ |
+---------------------------------------------------- |
+ |
+[ |
+ ["punctuation", "---"], |
+ ["key", "foo"], ["punctuation", ":"], |
+ ["null", "null"], |
+ ["key", "bar"], ["punctuation", ":"], |
+ ["null", "~"] |
+] |
+ |
+---------------------------------------------------- |
+ |
+Checks for null and ~. |