From: Jarkko Hietaniemi Date: Mon, 7 Jan 2002 13:49:17 +0000 (+0000) Subject: Forgot from #14115. X-Git-Tag: accepted/trunk/20130322.191538~28495 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=24ba5a3c299023f5194e249f235a760c95d88f74;p=platform%2Fupstream%2Fperl.git Forgot from #14115. p4raw-id: //depot/perl@14116 --- diff --git a/t/op/re_tests b/t/op/re_tests index 3d939a6..1555610 100644 --- a/t/op/re_tests +++ b/t/op/re_tests @@ -797,3 +797,4 @@ ab(?i)cd abCd y - - (A|B)*?(?(1)(CD)|(CD)) CD y $2-$3 -CD # [ID 20010803.016] (A|B)*?(?(1)(CD)|(CD)) ABCD y $2-$3 CD- '^(o)(?!.*\1)'i Oo n - - +(.*)\d+\1 abc12bc y $1 bc