summaryrefslogtreecommitdiff
path: root/test/ruby/test_regexp.rb
diff options
context:
space:
mode:
-rw-r--r--test/ruby/test_regexp.rb8
1 files changed, 8 insertions, 0 deletions
@@ -1696,4 +1696,12 @@ class TestRegexp < Test::Unit::TestCase
assert_nil(/^a*b?a*$/ =~ "a" * 1000000 + "x")
end;
end
end