17 lines
310 B
Plaintext
Raw Normal View History

2018-12-19 14:09:39 +08:00
---
foo: null
bar: ~
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["null", "null"],
["key", "bar"], ["punctuation", ":"],
["null", "~"]
]
----------------------------------------------------
Checks for null and ~.