Rewrite CSS url() and font-family output logic.
[htmlpurifier.git] / tests / HTMLPurifier / HTMLT / shift-jis-remove-yen.htmlt
blobdd6dee6c1a642a2bcf8c00cbd24ca65b8f7ad3cd
1 --SKIPIF--
2 if (!function_exists('iconv')) return true;
3 --INI--
4 Core.Encoding = Shift_JIS
5 --HTML--
6 <b style="font-family:&quot;&#165;&quot;;">111</b>
7 --EXPECT--
8 <b style="font-family:&quot;&quot;;">111</b>
9 --# vim: et sw=4 sts=4