cpython/Lib/test/test_email
Miss Islington (bot) 635743355d
Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813)
This exception was caused because the input ended unexpectedly with only one
single quote instead of a pair with some value inside it.
(cherry picked from commit 719a062bcb)

Co-authored-by: Abhilash Raj <maxking@users.noreply.github.com>
2019-07-17 10:29:18 -07:00
..
data
__init__.py
__main__.py
test__encoded_words.py
test__header_value_parser.py Fix IndexError when parsing unexpectedly ending quoted-string. (GH-14813) 2019-07-17 10:29:18 -07:00
test_asian_codecs.py
test_contentmanager.py
test_defect_handling.py
test_email.py
test_generator.py
test_headerregistry.py
test_inversion.py
test_message.py
test_parser.py
test_pickleable.py
test_policy.py Fix infinite loop in email folding logic (GH-12732) 2019-07-16 11:08:36 -07:00
test_utils.py
torture_test.py