jellyfin-web/dashboard-ui/bower_components/prism/tests/languages/erlang/atom_feature.test

17 lines
283 B
Plaintext
Raw Normal View History

2016-02-03 16:00:01 -07:00
foo
foo@_bar
'foo bar'
'\'\\'
----------------------------------------------------
[
["atom", "foo"],
["atom", "foo@_bar"],
["quoted-atom", "'foo bar'"],
["quoted-atom", "'\\'\\\\'"]
]
----------------------------------------------------
Checks for atoms and quoted atoms.