-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
testsAdd or improve existing testsAdd or improve existing tests
Description
- Different header name normalizers (identity, hyphens=underscores, titlecase?, etc.)
add_additional()
:- Calling
add_additional()
multiple times (some times withallow=False
) -
add_additional(False, extra arguments ...)
-
add_additional
when a header has adest
that's just a normalized form of one of its names
- Calling
- Calling
add_field()
/add_additional()
on aHeaderParser
after a previous call raised an error - Scanning & parsing Unicode
- Normalizer that returns a non-string
- Non-string keys in
NormalizedDict
with the default normalizer - Equality of
HeaderParser
objects - Passing scanner options to
HeaderParser
- Scanning files not opened in universal newlines mode
Metadata
Metadata
Assignees
Labels
testsAdd or improve existing testsAdd or improve existing tests