зеркало из https://github.com/github/ruby.git
try to fix test for boron.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28311 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
0486db01fd
Коммит
58f779170d
|
@ -819,9 +819,9 @@ class TestRegexp < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_dup_warn
|
||||
assert_in_out_err('-w', 'x=/[\u3042\u3041]/', [], /\A\z/)
|
||||
assert_in_out_err('-w', 'x=/[\u3042\u3042]/', [], /duplicated/)
|
||||
assert_in_out_err('-w', 'x=/[\u3042\u3041-\u3043]/', [], /duplicated/)
|
||||
assert_in_out_err('-w', 'x=/[\\u3042\\u3041]/', [], /\A\z/)
|
||||
assert_in_out_err('-w', 'x=/[\\u3042\\u3042]/', [], /duplicated/)
|
||||
assert_in_out_err('-w', 'x=/[\\u3042\\u3041-\\u3043]/', [], /duplicated/)
|
||||
end
|
||||
|
||||
def test_property_warn
|
||||
|
|
Загрузка…
Ссылка в новой задаче