* remove trailing spaces. [ci skip]

This commit is contained in:
git 2023-04-19 04:08:48 +00:00
parent a1c2c274ee
commit 62781d479b

View File

@ -1786,7 +1786,7 @@ class TestRegexp < Test::Unit::TestCase
re = '^([ab]{1,3})(a?)*$'
100.times do
assert !Regexp.new(re).match?(str)
end
end
end
def test_linear_time_p