From: Ævar Arnfjörð Bjarmason Date: Sat, 7 Jan 2006 08:34:39 +0000 (+0000) Subject: * (bug 4461) New test: 'Sanitizer: Escaping of spaces, multibyte characters, colons... X-Git-Tag: 1.6.0~731 X-Git-Url: http://git.cyclocoop.org/%24self?a=commitdiff_plain;h=28f728e3e2576c92b40dcfc606957082dee4eb7c;p=lhc%2Fweb%2Fwiklou.git * (bug 4461) New test: 'Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id=""' --- diff --git a/maintenance/parserTests.txt b/maintenance/parserTests.txt index 14e7478e55..7594cc95ca 100644 --- a/maintenance/parserTests.txt +++ b/maintenance/parserTests.txt @@ -3064,6 +3064,14 @@ Table not started

!! end +!! test +Sanitizer: Escaping of spaces, multibyte characters, colons & other stuff in id="" +!! input +byte[[#æ: v|backlink]] +!! result +

bytebacklink +

+!! end TODO: more images