Revert "re/pat.t: Remove TODO message on passing tests"
authorKarl Williamson <public@khwilliamson.com>
Thu, 17 Mar 2011 16:14:58 +0000 (10:14 -0600)
committerKarl Williamson <public@khwilliamson.com>
Thu, 17 Mar 2011 17:00:49 +0000 (11:00 -0600)
This reverts commit b8953805dfeee53cd2300f61834ba32ccaaefaa8.
These tests started passing as a side effect of a commit which now needs
to be reverted for other reasons.

t/re/pat.t

index 4ef9663..b66d939 100644 (file)
@@ -1030,6 +1030,7 @@ sub run_tests {
 
         my $message = '\p property after empty * match';
         {
+            local $::TODO = "Bug 77414";
             like("1", qr/\s*\pN/, $message);
             like("-", qr/\s*\p{Dash}/, $message);
             like(" ", qr/\w*\p{Blank}/, $message);