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.
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.