From 45c4a3b9e2b16ecaebaafc84f65ff4c20a9c89d8 Mon Sep 17 00:00:00 2001 From: Florent Xicluna Date: Fri, 4 Apr 2014 21:45:55 +0200 Subject: Fix wrong offset computation when error is on the last char of a physical line; issue #268 --- testsuite/E12.py | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'testsuite/E12.py') diff --git a/testsuite/E12.py b/testsuite/E12.py index 84650f1..6ebd44e 100644 --- a/testsuite/E12.py +++ b/testsuite/E12.py @@ -367,4 +367,10 @@ print dedent( # more stuff ) ) +#: E701:1:8 E122:2:1 E203:4:8 E128:5:1 +if True:\ +print(True) + +print(a +, end=' ') #: -- cgit v1.2.1