summaryrefslogtreecommitdiff
path: root/tests/functional/t/tokenize_error_jython.py
blob: 205f5fc6bb1fa1481670b873394ab06c23f2c594 (plain)
1
2
3
4
5
6
7
# [syntax-error]
"""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."""

""\