summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
diff options
context:
space:
mode:
authorgit <[email protected]>2023-03-13 06:46:54 +0000
committergit <[email protected]>2023-03-13 06:46:54 +0000
commit7686687a79398577dae35ca6bc1adfd1982785b8 ()
tree9d87f7026996f9bdf809e5d0eb3b5bad8ea34db8 /test/ruby/test_regexp.rb
parente22c4e8877677ff90805e4a4dcbdef80f4220136 (diff)
* remove trailing spaces. [ci skip]
-rw-r--r--test/ruby/test_regexp.rb2
1 files changed, 1 insertions, 1 deletions
@@ -1760,7 +1760,7 @@ class TestRegexp < Test::Unit::TestCase
timeout = #{ EnvUtil.apply_timeout_scale(10).inspect }
begin;
Regexp.timeout = timeout
-
assert_nil(/\A.*a.*z\z/ =~ "a" * 1000000 + "y")
end;
end