Skip to content

fix: interpreter of StringInterpolationExpr added additional spaces#1740

Open
slisson wants to merge 1 commit intomaintenance/mps20251from
fix/spaces-in-StringInterpolationExpr
Open

fix: interpreter of StringInterpolationExpr added additional spaces#1740
slisson wants to merge 1 commit intomaintenance/mps20251from
fix/spaces-in-StringInterpolationExpr

Conversation

@slisson
Copy link
Copy Markdown
Contributor

@slisson slisson commented Apr 13, 2026

It produced additional spaces around instances of InterpolExprWord.
The main issue is is that the produced string doesn't match what is shown in the editor.

Even if this was intended, there would be no way to specify a string that doesn't have spaces around
InterpolExprWord instances. That's why this has to be a bug. If the user wants these spaces,
they should be typed explicitly.

It produced additional spaces around instances of `InterpolExprWord`.
The main issue is is that the produced string doesn't match what is shown in the editor.

Even if this was intended, there would be no way to specify a string that doesn't have spaces around
`InterpolExprWord` instances. That's why this has to be a bug. If the user wants these spaces,
they should be typed explicitly.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant