[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
@ -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…
x
Reference in New Issue
Block a user