diff options
author | git <[email protected]> | 2023-03-13 06:46:54 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-03-13 06:46:54 +0000 |
commit | 7686687a79398577dae35ca6bc1adfd1982785b8 () | |
tree | 9d87f7026996f9bdf809e5d0eb3b5bad8ea34db8 /test/ruby/test_regexp.rb | |
parent | e22c4e8877677ff90805e4a4dcbdef80f4220136 (diff) |
* remove trailing spaces. [ci skip]
-rw-r--r-- | test/ruby/test_regexp.rb | 2 |
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 |