blob: 323950d913235e9051046d1eaf096d09dbb7d637 (
plain)
1
2
3
4
5
6
|
"""A module that is accepted by Python but rejected by tokenize.
The problem is the trailing line continuation at the end of the line,
which produces a TokenError."""
# +2: [syntax-error]
""\
|