mirror of
https://github.com/ruby/ruby.git
synced 2025-09-16 00:54:01 +02:00
preserve encodings in error messages
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@51962 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
7d49923e9e
commit
4191a6b90d
17 changed files with 109 additions and 33 deletions
|
@ -302,6 +302,10 @@ class TestException < Test::Unit::TestCase
|
|||
assert_raise_with_message(TypeError, /C\u{4032}/) do
|
||||
[*o]
|
||||
end
|
||||
obj = eval("class C\u{1f5ff}; self; end").new
|
||||
assert_raise_with_message(TypeError, /C\u{1f5ff}/) do
|
||||
Class.new {include obj}
|
||||
end
|
||||
end
|
||||
|
||||
def test_errat
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue