summaryrefslogtreecommitdiff
path: root/vms
diff options
context:
space:
mode:
authorMichael G. Schwern <schwern@pobox.com>2001-09-24 07:02:07 -0400
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-24 14:02:32 +0000
commite617780ba3a77b9e5f4b14ef25a0f145bb026844 (patch)
tree34d79d8384c3fcf42c3fdff3196fe2d6006a992b /vms
parent45839f72c7aa7b3d0bea1003f91ad79927b4b8dd (diff)
downloadperl-e617780ba3a77b9e5f4b14ef25a0f145bb026844.tar.gz
Fixing inline TODO recognition
Message-ID: <20010924110207.E27885@blackrider> p4raw-id: //depot/perl@12177
Diffstat (limited to 'vms')
-rw-r--r--vms/test.com2
1 files changed, 1 insertions, 1 deletions
diff --git a/vms/test.com b/vms/test.com
index 7eb957dfd2..ce98bff0d8 100644
--- 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);