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

- lexer.rl: Fix handling of beginless ranges at start of line #822

Merged

Commits on Oct 8, 2021

  1. - lexer.rl: Fix handling of beginless ranges at start of line

    This fixes an issue where beginless ranges at the start of a line would
    be interpreted as continuing an expression starting on the previous
    line. Unlike leading dots for method calls, `..` and `...` at the start
    of a line do not continue an expression from the previous line.
    mvz committed Oct 8, 2021
    Copy the full SHA
    6fa4f56 View commit details
    Browse the repository at this point in the history