add utf8 with bom to test
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -14,6 +14,9 @@ requests.egg-info/
|
|||||||
*.swp
|
*.swp
|
||||||
*.egg
|
*.egg
|
||||||
env/
|
env/
|
||||||
|
.venv/
|
||||||
|
.eggs/
|
||||||
|
.tox/
|
||||||
|
|
||||||
.workon
|
.workon
|
||||||
|
|
||||||
|
|||||||
@@ -332,6 +332,7 @@ class TestGuessJSONUTF:
|
|||||||
|
|
||||||
@pytest.mark.parametrize(
|
@pytest.mark.parametrize(
|
||||||
('encoding', 'expected'), (
|
('encoding', 'expected'), (
|
||||||
|
('utf-8-sig', 'utf-8'),
|
||||||
('utf-16-be', 'utf-16'),
|
('utf-16-be', 'utf-16'),
|
||||||
('utf-16-le', 'utf-16'),
|
('utf-16-le', 'utf-16'),
|
||||||
('utf-32-be', 'utf-32'),
|
('utf-32-be', 'utf-32'),
|
||||||
|
|||||||
Reference in New Issue
Block a user