Fix [RT#66098] -- stricter checking on SvIVX exposed a lack of SvIOK check
[p5sagit/p5-mst-13.2.git] / t / op / re_tests
index 9d353e8..f9b070d 100644 (file)
@@ -1365,3 +1365,5 @@ foo(\h)bar        foo\tbar        y       $1      \t
 
 # was generating malformed utf8
 '[\x{100}\xff]'i       \x{ff}  y       $&      \x{ff}
+
+((??{ "(?:|)" }))\s    C\x20   y       -       -