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

17 lines
283 B
Plaintext

foo
foo@_bar
'foo bar'
'\'\\'
----------------------------------------------------
[
["atom", "foo"],
["atom", "foo@_bar"],
["quoted-atom", "'foo bar'"],
["quoted-atom", "'\\'\\\\'"]
]
----------------------------------------------------
Checks for atoms and quoted atoms.