Changeset 19508 for util

Show
Ignore:
Timestamp:
01/16/08 08:40:07 (10 months ago)
Author:
lwall
Message:

[fudge] allow indentation of #?foo: line

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • util/fudge

    r19505 r19508  
    1818sub fudgeblock { 
    1919    while (<>) { 
    20         if (/^\#\? (\w+) \: \s* (.*)/x and $1 eq $ME) { 
     20        if (/^\s*\#\? (\w+) \: \s* (.*)/x and $1 eq $ME) { 
    2121            $ARGS = $2; 
    2222            if ($ARGS =~ s/^(\d+)\s*//) {