From c1d44abf8f70f62b6e462ff1c9fd58efa17a2398 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Fri, 14 Jul 2000 20:35:05 +0000 Subject: The bug report [ID 19991110.002] minimal matching discrepancy found by pcre author seems to have been fixed (though differently from what was suggested in the report) in 5.6.0. Add tests to keep the bug from reappearing. p4raw-id: //depot/perl@6408 --- t/op/re_tests | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/op/re_tests b/t/op/re_tests index b3137c737d..1e95a35016 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -758,3 +758,5 @@ tt+$ xxxtt y - - ^([^,]*,){2}c a,b,c y $1 b, (?i) y - - '(?!\A)x'm a\nxb\n y - - +^(a(b)?)+$ aba y -$1-$2- -a-- +^(aa(bb)?)+$ aabbaa y -$1-$2- -aa-- -- cgit v1.2.1