We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Expected behavior To align with Query Editor's behavior, in [1.=true], "1." should be rejected as an invalid identifier.
[1.=true]
Actual behavior The parser (as tested in VSCode using the Power Query / M Language extension) accepts the above as valid M.
Additional context https://github.com/MicrosoftDocs/powerquery-docs/issues/30 discusses the grammar for a generalized identifier.
The text was updated successfully, but these errors were encountered:
Related to issue #269
Sorry, something went wrong.
JordanBoltonMN
No branches or pull requests
Expected behavior
To align with Query Editor's behavior, in
[1.=true]
, "1." should be rejected as an invalid identifier.Actual behavior
The parser (as tested in VSCode using the Power Query / M Language extension) accepts the above as valid M.
Additional context
https://github.com/MicrosoftDocs/powerquery-docs/issues/30 discusses the grammar for a generalized identifier.
The text was updated successfully, but these errors were encountered: