* remove trailing spaces. [ci skip]
This commit is contained in:
parent
a1c2c274ee
commit
62781d479b
@ -1786,7 +1786,7 @@ class TestRegexp < Test::Unit::TestCase
|
|||||||
re = '^([ab]{1,3})(a?)*$'
|
re = '^([ab]{1,3})(a?)*$'
|
||||||
100.times do
|
100.times do
|
||||||
assert !Regexp.new(re).match?(str)
|
assert !Regexp.new(re).match?(str)
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def test_linear_time_p
|
def test_linear_time_p
|
||||||
|
Loading…
x
Reference in New Issue
Block a user