Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions tests/illformed/chardet/big5.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
<!--
SkipUnless: __import__('chardet')
Description: Big5 with no encoding information
Expect: bozo and encoding == 'Big5'
Expect: bozo and encoding in ('Big5', 'BIG5')
-->
<feed xmlns="http://www.w3.org/2005/Atom">
<title>�ڧƱ�??�ܮe��?��½?������A�}���U�_��??��C �P?�z??����C</title>
</feed>
</feed>
4 changes: 2 additions & 2 deletions tests/illformed/chardet/euckr.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
SkipUnless: __import__('chardet')
Description: EUC-KR with no encoding information
Expect: bozo and encoding == 'EUC-KR'
Expect: bozo and encoding in ('EUC-KR', 'UHC')
-->
<rss>
<channel>
Expand All @@ -10,4 +10,4 @@ Expect: bozo and encoding == 'EUC-KR'
<description>TypeKey �ý����� UTF-8�� ���ư��µ�, �ű⼭ �ѱ۷� �� �г����� ���� ��쿡, EUC-KR�� �� ������Ÿ�� ���Ͽ��� �����̷�Ʈ�Ǿ� ���۵Ǿ���� �г����� UTF�� �翬�� ������ ��Ÿ����. ���� ���� ��� ����ϴ� �ʸ� ������ �г����� �ѱ۷� ����ϴ� ���� �е鵵 Ÿ��Ű������ �г����� �̷� ���������� �����ڸԱ�� ����� ���� �ִ�....</description>
</item>
</channel>
</rss>
</rss>
2 changes: 1 addition & 1 deletion tests/illformed/chardet/gb2312.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
SkipUnless: __import__('chardet')
Description: GB2312 with no encoding information
Expect: bozo and encoding == 'GB2312'
Expect: bozo and encoding in ('GB2312', 'GB18030')
-->
<rss>
<channel>
Expand Down
2 changes: 1 addition & 1 deletion tests/illformed/chardet/windows1255.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<!--
SkipUnless: __import__('chardet')
Description: windows-1255 with no encoding information
Expect: bozo and encoding == 'windows-1255'
Expect: bozo and encoding in ('windows-1255', 'WINDOWS-1255')
-->
<rss>
<channel>
Expand Down