abrvalg icon indicating copy to clipboard operation
abrvalg copied to clipboard

Wrong column number in a syntax error message

Open akrylysov opened this issue 8 years ago • 1 comments

if 1:
    if 1:
        -
Syntax error: Expected expression at line 3, column 2
-
 ^

akrylysov avatar Jan 02 '16 15:01 akrylysov

Depending on how errors are shown for other examples, this could be as simply as subtracting from column, or starting column at (column-1)

Aareon avatar Sep 11 '18 19:09 Aareon