You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Entering a string like */**/* will cause the string to be interpreted by the severless plugin as ** as the /**/ will be falsely identified as a block comment and stripped from the input.
Entering a string like
*/**/*
will cause the string to be interpreted by the severless plugin as**
as the/**/
will be falsely identified as a block comment and stripped from the input.Relevant source code:
https://github.com/fauna-labs/serverless-fauna/blob/main/fauna/baseEvalFqlQuery.js#L45-L62
Reproduce:
The text was updated successfully, but these errors were encountered: