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
RogerHYang
changed the title
[playground][BUG] frontend and backend parses mustaches differently, resulting in TemplateFormatterError
[playground][BUG] frontend and backend parse mustaches differently, resulting in TemplateFormatterErrorNov 22, 2024
RogerHYang
changed the title
[playground][BUG] frontend and backend parse mustaches differently, resulting in TemplateFormatterError
[playground][BUG] frontend and backend parse mustaches differently, resulting in mismatch
Nov 22, 2024
RogerHYang
changed the title
[playground][BUG] frontend and backend parse mustaches differently, resulting in mismatch
[playground][BUG] frontend and backend parse mustaches differently
Nov 22, 2024
I was afraid of this when duplicating parsing logic between FE and BE. Will have to more closely observe the spec that BE is applying for each language and update the lezer grammars
To reproduce, enter three pairs of braces, e.g.
The frontend thinks the variable name is
{x}
but the backend thinks it'sx
, resulting in a mismatch.The text was updated successfully, but these errors were encountered: