-
Notifications
You must be signed in to change notification settings - Fork 20
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
Whitespace allowances #24
Comments
It may be convenient to allow spaces between matchers - to allow well-readable multi-line queries for complex cases. |
Looks like the current definition of a slice allows whitespace internally, so that |
Closed
What was the resolution here? Where did we end up allowing whitespace? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Do we allow spaces (outside of string literals)? If so, where is whitespace allowed?
I think whitespace in query expressions should be allowed. This would fall in to the context of the query expression syntax.
Maybe inside the union/indexer selector:
Are there any other places where whitespace could be considered useful?
The text was updated successfully, but these errors were encountered: