* remove trailing spaces. [ci skip]
This commit is contained in:
parent
e22c4e8877
commit
7686687a79
@ -1760,7 +1760,7 @@ class TestRegexp < Test::Unit::TestCase
|
|||||||
timeout = #{ EnvUtil.apply_timeout_scale(10).inspect }
|
timeout = #{ EnvUtil.apply_timeout_scale(10).inspect }
|
||||||
begin;
|
begin;
|
||||||
Regexp.timeout = timeout
|
Regexp.timeout = timeout
|
||||||
|
|
||||||
assert_nil(/\A.*a.*z\z/ =~ "a" * 1000000 + "y")
|
assert_nil(/\A.*a.*z\z/ =~ "a" * 1000000 + "y")
|
||||||
end;
|
end;
|
||||||
end
|
end
|
||||||
|
Loading…
x
Reference in New Issue
Block a user