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

12 lines
235 B
Plaintext

true; false;
----------------------------------------------------
[
["boolean", "true"], ["punctuation", ";"],
["boolean", "false"], ["punctuation", ";"]
]
----------------------------------------------------
Checks for booleans.