[New-bugs-announce] [issue25422] tokenize: add test for multi-line strings

Eric V. Smith report at bugs.python.org
Fri Oct 16 18:42:29 CEST 2015


New submission from Eric V. Smith:

As part of fixing issue 25311, I'm going to change how the string pattern recognition works. I want to make sure I don't break anything that currently works, but there are no tests for multi-line strings. I'll add those first, under this issue.

I'm not positive that the multi-line string behavior is correct or makes sense, but that's not the point: I just want to first add tests for the existing functionality to make sure I don't break it.

----------
assignee: eric.smith
components: Library (Lib)
messages: 253075
nosy: eric.smith
priority: normal
severity: normal
stage: needs patch
status: open
title: tokenize: add test for multi-line strings
type: behavior
versions: Python 3.6

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue25422>
_______________________________________


More information about the New-bugs-announce mailing list