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 a453ea1 commit e6b075fCopy full SHA for e6b075f
lib/elixir/test/elixir/kernel/cli_test.exs
@@ -64,7 +64,6 @@ defmodule Kernel.CLI.SyntaxErrorTest do
64
test :syntax_code_error do
65
check_output('-e "[1,2"', '** (TokenMissingError) nofile:1: missing terminator: ]')
66
check_output('-e "case 1 end"', %C"** (SyntaxError) nofile:1: unexpected token: end")
67
- check_output('-e "æ"', '** (SyntaxError) nofile:1: invalid token: æ')
68
end
69
70
0 commit comments