jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/haskell/char_feature.test

17 lines
233 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
'a'
'\n'
'\23'
'\xFE'
----------------------------------------------------
[
["char", "'a'"],
["char", "'\\n'"],
["char", "'\\23'"],
["char", "'\\xFE'"]
]
----------------------------------------------------
Checks for chars.