-
-
Notifications
You must be signed in to change notification settings - Fork 34.4k
csv module: Missing test case for an invalid quoting value #121982
Copy link
Copy link
Closed
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error
Description
Bug report
Bug description:
This branch is currently not covered by the tests:
Lines 330 to 331 in 12c1afa
| PyErr_Format(PyExc_TypeError, "bad \"quoting\" value"); | |
| return -1; |
We should add a test case for it. I can send a PR shortly ;)
CPython versions tested on:
CPython main branch
Operating systems tested on:
Linux
Linked PRs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
testsTests in the Lib/test dirTests in the Lib/test dirtype-bugAn unexpected behavior, bug, or errorAn unexpected behavior, bug, or error