projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
45839f7
)
Fixing inline TODO recognition
author
Michael G. Schwern
<schwern@pobox.com>
Mon, 24 Sep 2001 11:02:07 +0000
(07:02 -0400)
committer
Jarkko Hietaniemi
<jhi@iki.fi>
Mon, 24 Sep 2001 14:02:32 +0000
(14:02 +0000)
Message-ID: <
20010924110207
.E27885@blackrider>
p4raw-id: //depot/perl@12177
vms/test.com
patch
|
blob
|
history
diff --git
a/vms/test.com
b/vms/test.com
index
7eb957d
..
ce98bff
100644
(file)
--- a/
vms/test.com
+++ b/
vms/test.com
@@
-201,7
+201,7
@@
while ($test = shift) {
next if /^\s*$/;
- if (/^(not )?ok (\d+)(\s*#.*)?/ &&
+ if (/^(not )?ok (\d+)
[^#]*
(\s*#.*)?/ &&
$2 == $next)
{
my($not, $num, $extra) = ($1, $2, $3);