From 2ed1fe388c6d1f4c89d8aec03b52121eed8d7811 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Wed, 5 Apr 2017 19:10:13 +0900 Subject: [PATCH] improve tests --- src/tests/test.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/tests/test.py b/src/tests/test.py index 1dbf047..88919b7 100644 --- a/src/tests/test.py +++ b/src/tests/test.py @@ -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)