Re: overriding builtins quirk
[p5sagit/p5-mst-13.2.git] / t / op / re_tests
index dcd6fdc..d7e24f3 100644 (file)
@@ -923,3 +923,4 @@ ab(?i)cd    abCd    y       -       -
 2(]*)?$\1      2       y       $&      2
 (??{}) x       y       -       -
 a(b)?? abc     y       <$1>    <>      # undef [perl #16773]
+(\d{1,3}\.){3,}        128.134.142.8   y       <$1>    <142.>  # [perl #18019]