Subject: | [PATCH] Fix failing test file |
The test file incorrectly uses 'no_plan' and has a typo in the expected
text for changed URI's.
--- t/find.t.orig 2009-10-16 16:59:00.000000000 -0400
+++ t/find.t 2009-10-16 17:02:45.000000000 -0400
@@ -1,7 +1,7 @@
use strict;
use warnings;
use lib qw(lib);
-use Test::More no_plan => 1;
+use Test::More 'no_plan';
use_ok('URI::Find::Simple');
@@ -36,7 +36,7 @@
ok(my $expected = <<EOF, "set expected text string");
this is a long string with [[ http://www.news.com/ ]] urls in it in
-[[ http://various.com/ ]] different forms. [[ mailto:tom\@jerakeen.org ]].
+<[[ http://various.com/ ]]> different forms. [[
mailto:tom\@jerakeen.org ]].
Some urls are [[ ftp://not.http.urls/and/have/paths ]].
EOF