jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/go/boolean_feature.test
2016-02-02 21:12:02 -05:00

19 lines
272 B
Plaintext

_
iota
nil
true
false
----------------------------------------------------
[
["boolean", "_"],
["boolean", "iota"],
["boolean", "nil"],
["boolean", "true"],
["boolean", "false"]
]
----------------------------------------------------
Checks for all boolean values.