Skip to content

Commit fb623c1

Browse files
sabiwarajosevalim
andauthored
Apply suggestions from code review
Co-authored-by: José Valim <[email protected]>
1 parent 00e9ddc commit fb623c1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lib/elixir/test/elixir/kernel/string_tokenizer_test.exs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,8 @@ defmodule Kernel.StringTokenizerTest do
7070
assert {:error, _} = Code.string_to_quoted("Ola!")
7171
end
7272

73-
test "tokenizes calls with thai atom" do
73+
test "tokenizes remote calls" do
74+
# We chose the atom below because Erlang represents it using nested lists
7475
assert {{:., _, [:foo, :บูมเมอแรง]}, _, []} =
7576
Code.string_to_quoted!(":foo.บูมเมอแรง()")
7677

0 commit comments

Comments
 (0)