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

17 lines
233 B
Text
Raw Normal View History

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