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
I had broken diagnostics in awscript recently due to changes in the compose function: error:1:10: Unexpected token: expected ‘’, got ‘{"test_function", ")"}’.
While it was supposed to be error:1:10: Unexpected token: expected ‘(’, got ‘test_function’.
More unit tests are needed to safeguard against this.
The text was updated successfully, but these errors were encountered:
I had broken diagnostics in awscript recently due to changes in the compose function:
error:1:10: Unexpected token: expected ‘’, got ‘{"test_function", ")"}’.
While it was supposed to be
error:1:10: Unexpected token: expected ‘(’, got ‘test_function’.
More unit tests are needed to safeguard against this.
The text was updated successfully, but these errors were encountered: