Skip to content

tests/frontend/completions: Fix implicit string concatenation

Chandan Singh requested to merge chandan/fix-implicit-string-concat into master

We expect INVALID_ELEMENTS to be a list of element names. However we are missing a comma in between the names, so they end up being concatenated into a single strings.

The test passes either way (which is not ideal) because it just checks that the suggested completion is different than the expected in case of errors.

Edited by Chandan Singh

Merge request reports