mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
add utf8 with bom to test
This commit is contained in:
@@ -14,6 +14,9 @@ requests.egg-info/
|
||||
*.swp
|
||||
*.egg
|
||||
env/
|
||||
.venv/
|
||||
.eggs/
|
||||
.tox/
|
||||
|
||||
.workon
|
||||
|
||||
|
||||
@@ -332,6 +332,7 @@ class TestGuessJSONUTF:
|
||||
|
||||
@pytest.mark.parametrize(
|
||||
('encoding', 'expected'), (
|
||||
('utf-8-sig', 'utf-8'),
|
||||
('utf-16-be', 'utf-16'),
|
||||
('utf-16-le', 'utf-16'),
|
||||
('utf-32-be', 'utf-32'),
|
||||
|
||||
Reference in New Issue
Block a user