jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/swift/constant_feature.test

19 lines
280 B
Plaintext
Raw Normal View History

2016-02-02 19:12:02 -07:00
nil
AB
FOO_BAR
kAb
kFoo_bar
----------------------------------------------------
[
["constant", "nil"],
["constant", "AB"],
["constant", "FOO_BAR"],
["constant", "kAb"],
["constant", "kFoo_bar"]
]
----------------------------------------------------
Checks for constants.