[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Eric V. Smith
Changes by Eric V. Smith : -- resolution: -> fixed stage: patch review -> resolved status: open -> closed ___ Python tracker ___ ___

[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Roundup Robot
Roundup Robot added the comment: New changeset 91c44dc35dfd by Eric V. Smith in branch 'default': Issue 25422: Add tests for multi-line string tokenization. Also remove truncated tokens. https://hg.python.org/cpython/rev/91c44dc35dfd -- nosy: +python-dev ___

[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Eric V. Smith
Eric V. Smith added the comment: Removed the truncation of tokens. There's really no point to it, and it could be hiding bugs. Also removed the truncation of token names, although none were ever truncated. -- Added file: http://bugs.python.org/file40800/issue-25422-2.diff

[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Eric V. Smith
Eric V. Smith added the comment: Avoid truncating the expected results when the tokens are long. -- Added file: http://bugs.python.org/file40799/issue-25422-1.diff ___ Python tracker ___

[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Eric V. Smith
Changes by Eric V. Smith : -- keywords: +patch stage: needs patch -> patch review Added file: http://bugs.python.org/file40798/issue-25422.diff ___ Python tracker ___ ___

[issue25422] tokenize: add tests for multi-line strings

2015-10-16 Thread Eric V. Smith
Changes by Eric V. Smith : -- title: tokenize: add test for multi-line strings -> tokenize: add tests for multi-line strings ___ Python tracker ___ _