1
0
Fork 0
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:
Yusuke Endoh 2021-07-12 16:48:28 +09:00 committed by git
parent 8b01d16ad6
commit 84fea8ee39

View file

@ -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.