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

Recent merge introduces wrong folding #12

Closed
coot opened this issue Oct 10, 2013 · 1 comment
Closed

Recent merge introduces wrong folding #12

coot opened this issue Oct 10, 2013 · 1 comment

Comments

@coot
Copy link

coot commented Oct 10, 2013

After merging 31520d3 functions which contain strings (""") are not folded the right way. The end of function is not correctly recognised.

def f():
       """"
       abc
       """"
       pass

def g():
      """
      abc
      """
      pass

is not folded well.

@tmhedberg
Copy link
Owner

I'm afraid I'm not seeing the bad behavior in your example. Can you be more specific about what you're seeing and what you would expect to see?

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

No branches or pull requests

2 participants