From: "Jan Dubois" <jand@ActiveState.com>
Message-ID: <
017a01c65fff$dfd0f370$2217a8c0@candy>
p4raw-id: //depot/perl@27833
# honour the perlfunc manpage: func [PAR[,[ ]PAR]...]
# and some funnies with ... Module ...
- return $1 if $text =~ m{^([a-z\d_]+)(\s+[A-Z\d,/& ]+)?$};
+ return $1 if $text =~ m{^([a-z\d_]+)(\s+[A-Z,/& ][A-Z\d,/& ]*)?$};
return $1 if $text =~ m{^([a-z\d]+)\s+Module(\s+[A-Z\d,/& ]+)?$};
# text? normalize!
use strict;
use Test::More tests => 1;
-TODO: {
- local $TODO = "item 2 doesn't work as expected";
- convert_n_test("htmllink", "html links");
-}
+convert_n_test("htmllink", "html links");
__DATA__
<?xml version="1.0" ?>