improve tests
This commit is contained in:
parent
cd6989855d
commit
2ed1fe388c
1 changed files with 3 additions and 0 deletions
|
@ -75,6 +75,9 @@ class TestCChardet():
|
|||
)
|
||||
|
||||
def test_github_issue_20(self):
|
||||
"""
|
||||
https://github.com/PyYoshi/cChardet/issues/20
|
||||
"""
|
||||
msg = b'\x8f'
|
||||
|
||||
cchardet.detect(msg)
|
||||
|
|
Loading…
Reference in a new issue