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

27 lines
No EOL
505 B
Text

{{ null }}
{{- true -}}
{{ false }}
----------------------------------------------------
[
["tag", [
["ld", [["punctuation", "{{"]]],
["boolean", "null"],
["rd", [["punctuation", "}}"]]]
]],
["tag", [
["ld", [["punctuation", "{{-"]]],
["boolean", "true"],
["rd", [["punctuation", "-}}"]]]
]],
["tag", [
["ld", [["punctuation", "{{"]]],
["boolean", "false"],
["rd", [["punctuation", "}}"]]]
]]
]
----------------------------------------------------
Checks for booleans and null.