-
Notifications
You must be signed in to change notification settings - Fork 43
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
Fix line positions #555
Fix line positions #555
Conversation
We should also add a CI test for this |
Looks good to me. |
@marcoeilers there is just one thing that I'm not sure about; there was a comment: // As opposed to use Index ~ t ~ Index, this implementation is agnostic to white space specializations. My solution is to pretty much use |
No, I don't really remember how the whitespace handling works at all. I guess you can have different parse rules being either whitespace agnostic or not, but I don't know who's specializing what where. But I tested the code on an example that had all the whitespace-related cases I could think of and it always worked, so whatever it's doing it seems to be right. |
The key difference is between |
Yeah, makes sense. |
@JonasAlaif Awesome, thanks a lot for the quick fix! |
No description provided.