- # This attempts to reproduce the bug from
- # doc/bugs/About___37__2F_problem, in which you can't make new posts
- # to a blog with a non-ASCII rootpage.
- $content = readfile('t/tmp/out/writable/__172__blog/index.html');
- like($content, qr{<input type="hidden" name="from" value="writable/¬blog"});
- TODO: {
- local $TODO = 'doc/bugs/About___37__2F_problem';
+ # Regression test for a bug in which we couldn't use an
+ # alphanumeric, but non-ASCII, root page.
+ $content = readfile('t/tmp/out/writable/中文/index.html');
+ like($content, qr{<input type="hidden" name="from" value="writable/中文"});