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 c319bc4 commit 5d00232Copy full SHA for 5d00232
lib/elixir/test/elixir/kernel/typespec_test.exs
@@ -468,7 +468,7 @@ defmodule Kernel.TypespecTest do
468
end
469
470
test "invalid remote @type with module attribute that does not evaluate to a module" do
471
- assert_raise CompileError, ~r/(@foo is "bar")/, fn ->
+ assert_raise CompileError, ~r/\(@foo is "bar"\)/, fn ->
472
test_module do
473
@foo "bar"
474
@type t :: @foo.t
0 commit comments