Integrate mainline
[p5sagit/p5-mst-13.2.git] / t / op / re_tests
index c7ab5ad..3d939a6 100644 (file)
@@ -796,3 +796,4 @@ ab(?i)cd    abCd    y       -       -
 (A|B)*(?(1)(CD)|(CD))  ABCD    y       $2-$3   CD-
 (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       -       -