projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
3df1a9e
)
make TODO output TAP-compliant in regexp.t
Dave Mitchell [Sat, 24 May 2008 15:42:08 +0000 (15:42 +0000)]
p4raw-id: //depot/perl@33919
t/op/regexp.t
patch
|
blob
|
blame
|
history
diff --git
a/t/op/regexp.t
b/t/op/regexp.t
index
793a474
..
147e4cc
100755
(executable)
--- a/
t/op/regexp.t
+++ b/
t/op/regexp.t
@@
-173,7
+173,7
@@
EOFCODE
next TEST;
}
elsif ( $todo ) {
- print "not ok $test # todo", length($reason) ? " - $reason" : '', "\n";
+ print "not ok $test # TODO", length($reason) ? " - $reason" : '', "\n";
next TEST;
}
elsif ($@) {