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 c017404 commit 010efd8Copy full SHA for 010efd8
lib/elixir/test/elixir/kernel/expansion_test.exs
@@ -2551,8 +2551,7 @@ defmodule Kernel.ExpansionTest do
2551
expand(code)
2552
end
2553
2554
- message =
2555
- ~r["a -1\.\.\(a \+ 1\)" looks like a function call but there is a variable named "a"]
+ message = ~r["a -1\.\.a \+ 1" looks like a function call but there is a variable named "a"]
2556
2557
assert_raise CompileError, message, fn ->
2558
code =
0 commit comments