aboutsummaryrefslogtreecommitdiffstats
path: root/test/ruby/test_regexp.rb
diff options
context:
space:
mode:
authorgit <svn-admin@ruby-lang.org>2023-03-13 06:46:54 +0000
committergit <svn-admin@ruby-lang.org>2023-03-13 06:46:54 +0000
commit7686687a79398577dae35ca6bc1adfd1982785b8 (patch)
tree9d87f7026996f9bdf809e5d0eb3b5bad8ea34db8 /test/ruby/test_regexp.rb
parente22c4e8877677ff90805e4a4dcbdef80f4220136 (diff)
downloadruby-7686687a79398577dae35ca6bc1adfd1982785b8.tar.gz
* remove trailing spaces. [ci skip]
Diffstat (limited to 'test/ruby/test_regexp.rb')
-rw-r--r--test/ruby/test_regexp.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/ruby/test_regexp.rb b/test/ruby/test_regexp.rb
index 2fc418d96f..f3b9f68ffd 100644
--- a/test/ruby/test_regexp.rb
+++ b/test/ruby/test_regexp.rb
@@ -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