Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Python indent error range off when followed by comment #116

Open
differentmatt opened this issue Oct 13, 2014 · 0 comments
Open

Python indent error range off when followed by comment #116

differentmatt opened this issue Oct 13, 2014 · 0 comments
Labels

Comments

@differentmatt
Copy link
Contributor

def fn():
  x = 45
  # Bummer
    x += 5
  return x
return fn()

[ { ofs : 32, row : 3, col : 2 }, { ofs : 34, row : 3, col : 4 } ] expected
[ { ofs : 21, row : 2, col : 2 }, { ofs : 38, row : 2, col : 19 } ] actual

May be problem in Python parser.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant