summaryrefslogtreecommitdiff
path: root/t/re/pat.t
diff options
context:
space:
mode:
authorKarl Williamson <public@khwilliamson.com>2011-03-17 10:14:58 -0600
committerKarl Williamson <public@khwilliamson.com>2011-03-17 11:00:49 -0600
commit77dc54c8ed3f77947d97b9085c718de3fc7fb81f (patch)
tree0c5e01c08827ed8fdfbeec106eba4e76f3bb0225 /t/re/pat.t
parente755fd737eec16006ad79b50252abf55dbc9150d (diff)
downloadperl-77dc54c8ed3f77947d97b9085c718de3fc7fb81f.tar.gz
Revert "re/pat.t: Remove TODO message on passing tests"
This reverts commit b8953805dfeee53cd2300f61834ba32ccaaefaa8. These tests started passing as a side effect of a commit which now needs to be reverted for other reasons.
Diffstat (limited to 't/re/pat.t')
-rw-r--r--t/re/pat.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/t/re/pat.t b/t/re/pat.t
index 4ef9663b5e..b66d9393ac 100644
--- a/t/re/pat.t
+++ b/t/re/pat.t
@@ -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);