improve tests

This commit is contained in:
PyYoshi 2017-04-05 19:10:13 +09:00
parent cd6989855d
commit 2ed1fe388c

View file

@ -75,6 +75,9 @@ class TestCChardet():
) )
def test_github_issue_20(self): def test_github_issue_20(self):
"""
https://github.com/PyYoshi/cChardet/issues/20
"""
msg = b'\x8f' msg = b'\x8f'
cchardet.detect(msg) cchardet.detect(msg)