Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Stop excluding NEWLINE token when checnking token list
NEWLINE token is used only when expressions are separated logically, so implicit concats never happen when NEWLINE is between string literals. https://docs.python.org/3/library/token.html#module-token
- Loading branch information