зеркало из https://github.com/github/ruby.git
Separated tests for $KCODE and $=
This commit is contained in:
Родитель
eca854041f
Коммит
82541df081
|
@ -664,6 +664,9 @@ class TestRegexp < Test::Unit::TestCase
|
|||
def test_KCODE
|
||||
assert_nil($KCODE)
|
||||
assert_nothing_raised { $KCODE = nil }
|
||||
end
|
||||
|
||||
def test_ignorecase
|
||||
assert_equal(false, $=)
|
||||
assert_nothing_raised { $= = nil }
|
||||
end
|
||||
|
|
Загрузка…
Ссылка в новой задаче