]> sipb.mit.edu Git - ikiwiki.git/blobdiff - t/crazy-badass-perl-bug.t
Merge branch 'master' of ssh://git.ikiwiki.info
[ikiwiki.git] / t / crazy-badass-perl-bug.t
index 27812559b4556ea7e99e74c773ba8fb53230aed6..328a979c2a7158dbfa3d98ea3ea49f2405f71c80 100755 (executable)
@@ -2,6 +2,8 @@
 # DO NOT CHANGE ANYTHING IN THIS FILE.
 # THe crazy bug reproduced here will go away if any of the calls
 # to htmlize are changed.
+# Note: This was http://bugs.debian.org/376329 , and was fixed in 
+# perl 5.14.
 use warnings;
 use strict;
 use Test::More tests => 102;
@@ -13,6 +15,6 @@ BEGIN { use_ok("IkiWiki"); }
 %config=IkiWiki::defaultconfig();
 $config{srcdir}=$config{destdir}="/dev/null";
 IkiWiki::loadplugins(); IkiWiki::checkconfig();
-ok(IkiWiki::htmlize("foo", "mdwn", readfile("t/test1.mdwn")));
-ok(IkiWiki::htmlize("foo", "mdwn", readfile("t/test3.mdwn")),
+ok(IkiWiki::htmlize("foo", "foo", "mdwn", readfile("t/test1.mdwn")));
+ok(IkiWiki::htmlize("foo", "foo", "mdwn", readfile("t/test3.mdwn")),
        "wtf?") for 1..100;