We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 788d11b commit 71c21d2Copy full SHA for 71c21d2
lib/elixir/test/erlang/tokenizer_test.erl
@@ -61,7 +61,7 @@ unquoted_atom_test() ->
61
[{atom, {1, 1, _}, '&&'}] = tokenize(":&&").
62
63
quoted_atom_test() ->
64
- [{atom_quoted, {1, 1, nil}, 'foo bar'}] = tokenize(":\"foo bar\"").
+ [{atom_quoted, {1, 1, $"}, 'foo bar'}] = tokenize(":\"foo bar\"").
65
66
oversized_atom_test() ->
67
OversizedAtom = string:copies("a", 256),
0 commit comments