Message-ID: <
20071107001845.GA21000@bort.ca>
[plus remove the TODO from the now passing test]
p4raw-id: //depot/perl@32236
} else {
while (scan < loceol && !isSPACE(*scan))
scan++;
- break;
}
+ break;
case NSPACEL:
PL_reg_flags |= RF_tainted;
if (do_utf8) {
chop $line;
is($line, 'A1');
$line =~ /(A\S*)/;
- local $::TODO = "Bug for UTF-8 not fixed yet" if $ord > 255;
ok(!tainted($1), "\\S match with chr $ord");
}