jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/yaml/boolean_feature.test
2016-02-03 18:00:01 -05:00

17 lines
No EOL
306 B
Text

---
foo: true
bar: false
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["boolean", "true"],
["key", "bar"], ["punctuation", ":"],
["boolean", "false"]
]
----------------------------------------------------
Checks for booleans.