From 24ba5a3c299023f5194e249f235a760c95d88f74 Mon Sep 17 00:00:00 2001 From: Jarkko Hietaniemi Date: Mon, 7 Jan 2002 13:49:17 +0000 Subject: [PATCH] Forgot from #14115. p4raw-id: //depot/perl@14116 --- t/op/re_tests | 1 + 1 file changed, 1 insertion(+) 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 -- 2.7.4