jellyfish-web/dashboard-ui/bower_components/prism/tests/languages/yaml/boolean_feature.test

17 lines
306 B
Text
Raw Normal View History

2016-02-03 18:00:01 -05:00
---
foo: true
bar: false
----------------------------------------------------
[
["punctuation", "---"],
["key", "foo"], ["punctuation", ":"],
["boolean", "true"],
["key", "bar"], ["punctuation", ":"],
["boolean", "false"]
]
----------------------------------------------------
Checks for booleans.