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

ScannerTokens: yet another leading infix fix #3606

Merged
merged 2 commits into from Mar 6, 2024

Commits on Mar 3, 2024

  1. Copy the full SHA
    d8f42a9 View commit details
    Browse the repository at this point in the history
  2. ScannerTokens: yet another leading infix fix

    - first, match HSpace instead of Whitespace, to exclude LFLF
    - second, on double EOL, return No instead of InvalidArg (which is used
      to indicate incorrectly indented infix arguments).
    kitbellew committed Mar 3, 2024
    Copy the full SHA
    3310146 View commit details
    Browse the repository at this point in the history