зеркало из https://github.com/github/ruby.git
Refix for test_dup_warn.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@28326 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
Родитель
a1a529e603
Коммит
895b0d4cdb
|
@ -819,9 +819,9 @@ class TestRegexp < Test::Unit::TestCase
|
|||
end
|
||||
|
||||
def test_dup_warn
|
||||
assert_in_out_err('-w', "#coding:utf-8\nx=/[\u3042\u3041]/", [], /\A\z/)
|
||||
assert_in_out_err('-w', "#coding:utf-8\nx=/[\u3042\u3042]/", [], /duplicated/)
|
||||
assert_in_out_err('-w', "1#coding:utf-8\nx=/[\u3042\u3041-\u3043]/", [], /duplicated/)
|
||||
assert_in_out_err('-w -U', "#coding:utf-8\nx=/[\u3042\u3041]/", [], /\A\z/)
|
||||
assert_in_out_err('-w -U', "#coding:utf-8\nx=/[\u3042\u3042]/", [], /duplicated/)
|
||||
assert_in_out_err('-w -U', "#coding:utf-8\nx=/[\u3042\u3041-\u3043]/", [], /duplicated/)
|
||||
end
|
||||
|
||||
def test_property_warn
|
||||
|
|
Загрузка…
Ссылка в новой задаче