2 # DO NOT CHANGE ANYTHING IN THIS FILE.
3 # THe crazy bug reproduced here will go away if any of the calls
4 # to htmlize are changed.
5 # Note: This was http://bugs.debian.org/376329 , and was fixed in
9 use Test::More tests => 102;
12 BEGIN { use_ok("IkiWiki"); }
14 # Initialize htmlscrubber plugin
15 %config=IkiWiki::defaultconfig();
16 $config{srcdir}=$config{destdir}="/dev/null";
17 IkiWiki::loadplugins(); IkiWiki::checkconfig();
18 ok(IkiWiki::htmlize("foo", "foo", "mdwn", readfile("t/test1.mdwn")));
19 ok(IkiWiki::htmlize("foo", "foo", "mdwn", readfile("t/test3.mdwn")),