| Index: lib/src/prism/tests/languages/erlang/atom_feature.test
 | 
| diff --git a/lib/src/prism/tests/languages/erlang/atom_feature.test b/lib/src/prism/tests/languages/erlang/atom_feature.test
 | 
| new file mode 100644
 | 
| index 0000000000000000000000000000000000000000..1761a8bb91e4a5162fa20fb0727015636b4abe22
 | 
| --- /dev/null
 | 
| +++ b/lib/src/prism/tests/languages/erlang/atom_feature.test
 | 
| @@ -0,0 +1,17 @@
 | 
| +foo
 | 
| +foo@_bar
 | 
| +'foo bar'
 | 
| +'\'\\'
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +[
 | 
| +	["atom", "foo"],
 | 
| +	["atom", "foo@_bar"],
 | 
| +	["quoted-atom", "'foo bar'"],
 | 
| +    ["quoted-atom", "'\\'\\\\'"]
 | 
| +]
 | 
| +
 | 
| +----------------------------------------------------
 | 
| +
 | 
| +Checks for atoms and quoted atoms.
 | 
| 
 |