diff options
-rw-r--r-- | test/ruby/test_regexp.rb | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -2045,6 +2045,11 @@ class TestRegexp < Test::Unit::TestCase 100.times.each { assert(regex.match?(string)) } end def test_linear_time_p assert_send [Regexp, :linear_time?, /a/] assert_send [Regexp, :linear_time?, 'a'] |