Skip to content

Commit fa8a05d

Browse files
committed
1 parent 6923760 commit fa8a05d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/elixir/test/elixir/kernel/quote_test.exs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -811,6 +811,7 @@ defmodule Kernel.QuoteTest.HasUnquoteTest do
811811
end
812812

813813
test "unquote with invalid AST is not checked deeply" do
814+
assert quote do: unquote(foo: [1 | 2]) == [foo: [1 | 2]]
814815
assert quote do: unquote(foo: [bar: %{}]) == [foo: [bar: %{}]]
815816
end
816817
end

0 commit comments

Comments
 (0)