Skip to content

Commit

Permalink
* remove trailing spaces. [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
matzbot committed Mar 13, 2023
1 parent e22c4e8 commit 7686687
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/ruby/test_regexp.rb
Expand Up @@ -1760,7 +1760,7 @@ def test_bug_19467
timeout = #{ EnvUtil.apply_timeout_scale(10).inspect }
begin;
Regexp.timeout = timeout
assert_nil(/\A.*a.*z\z/ =~ "a" * 1000000 + "y")
end;
end
Expand Down

0 comments on commit 7686687

Please sign in to comment.