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
There is an issue with string interpolation that does fail to create some strings sensibly. In addition, having a { and } as the last element of a string fails
# this fails
"\}"
# this fails too in different ways
"\{\}"
Steps
Create a string with an escaped { in it but no interpolation
Create a string with an escaped { in it but with interpolation
Problem
There is an issue with string interpolation that does fail to create some strings sensibly. In addition, having a
{
and}
as the last element of a string failsSteps
{
in it but no interpolation{
in it but with interpolation{
on both is handled differentPossible Solution(s)
Implement the string interpolation RFC tremor-rs/tremor-rfcs#34
The text was updated successfully, but these errors were encountered: