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
t'{expr=}' should be treated as t'expr={expr!r}', but
t'{expr=:SOMETHING}' should be treated as t'expr={expr!s:SOMETHING}' (in particular: t'{expr=:}' should effectively be treated as t'expr={expr!s}', and
whitespace characters before expr as well as before and after = should be kept as-is [assuming it is technically possible].
As mentioned by Jan Kaliszewski in Discourse:
That's a good catch!
The text was updated successfully, but these errors were encountered: