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 616e0d8 commit c017404Copy full SHA for c017404
lib/elixir/test/elixir/kernel/expansion_test.exs
@@ -2551,7 +2551,8 @@ defmodule Kernel.ExpansionTest do
2551
expand(code)
2552
end
2553
2554
- message = ~r["a -1..a+1" looks like a function call but there is a variable named "a"]
+ message =
2555
+ ~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