add a testcase for the weird markdown utf-8 crasher to make sure that
authorjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 16 Jun 2006 04:56:25 +0000 (04:56 +0000)
committerjoey <joey@0fa5a96a-9a0e-0410-b3b2-a0fd24251071>
Fri, 16 Jun 2006 04:56:25 +0000 (04:56 +0000)
ikiwiki continues to work around it

t/htmlize.t
t/test2.mdwn [new file with mode: 0644]

index 465004bc1090f0ee1890af3c3fd489fdac7b913e..742b6e2bcaa6336f829c00409e1d2b7f89cbd395 100755 (executable)
@@ -1,7 +1,7 @@
 #!/usr/bin/perl
 use warnings;
 use strict;
-use Test::More tests => 4;
+use Test::More tests => 5;
 use Encode;
 
 BEGIN { use_ok("IkiWiki"); }
@@ -17,3 +17,5 @@ is(IkiWiki::htmlize(".mdwn", "foo\n\nbar\n"), "<p>foo</p>\n\n<p>bar</p>\n",
 is(IkiWiki::htmlize(".mdwn", IkiWiki::readfile("t/test1.mdwn")),
        Encode::decode_utf8(qq{<p><img src="../images/o.jpg" alt="o" title="&oacute;" />\nóóóóó</p>\n}),
        "utf8; bug #373203");
+ok(IkiWiki::htmlize(".mdwn", IkiWiki::readfile("t/test2.mdwn")),
+       "this file crashes markdown if it's fed in as decoded utf-8");
diff --git a/t/test2.mdwn b/t/test2.mdwn
new file mode 100644 (file)
index 0000000..7e9b15f
--- /dev/null
@@ -0,0 +1,5 @@
+<form>
+</form>
+<ul>
+<li>ş <--
+</ul>