Files
OnJava8/docs/_style/prism-master/tests/languages/erlang/atom_feature.test
2019-03-30 20:31:44 +08:00

17 lines
299 B
Plaintext

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