mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
[ruby/error_highlight] Update a test for multibyte characters
https://github.com/ruby/error_highlight/commit/2fc70d7f8e
This commit is contained in:
parent
8b01d16ad6
commit
84fea8ee39
1 changed files with 0 additions and 3 deletions
|
@ -813,9 +813,6 @@ local variable `foo' is not defined for #{ b.inspect }
|
||||||
def test_multibyte
|
def test_multibyte
|
||||||
assert_error_message(NoMethodError, <<~END) do
|
assert_error_message(NoMethodError, <<~END) do
|
||||||
undefined method `あいうえお' for nil:NilClass
|
undefined method `あいうえお' for nil:NilClass
|
||||||
|
|
||||||
nil.あいうえお
|
|
||||||
^^^^^^
|
|
||||||
END
|
END
|
||||||
|
|
||||||
nil.あいうえお
|
nil.あいうえお
|
||||||
|
|
Loading…
Add table
Reference in a new issue