2018-12-19 14:09:39 +08:00

17 lines
310 B
Plaintext

---
foo: null
bar: ~
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["null", "null"],
["key", "bar"], ["punctuation", ":"],
["null", "~"]
]
----------------------------------------------------
Checks for null and ~.