mirror of
https://github.com/moparisthebest/SickRage
synced 2024-11-06 01:15:05 -05:00
15 lines
361 B
XML
15 lines
361 B
XML
|
<?xml version="1.0" encoding="euc-kr"?>
|
|||
|
<!--
|
|||
|
SkipUnless: __import__('codecs').lookup('euc-kr')
|
|||
|
Description: euc-kr character in attribute of embedded HTML
|
|||
|
Expect: not bozo and entries[0]['description'] == u'<img alt="\ub144" />'
|
|||
|
-->
|
|||
|
<rss version="2.0">
|
|||
|
<channel>
|
|||
|
<item>
|
|||
|
<description><img alt="<22><>" /></description>
|
|||
|
</item>
|
|||
|
</channel>
|
|||
|
</rss>
|
|||
|
|