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
Now, I'm guessing that this relates to the attributes feature, however, this shouldn't be a problem, because parser shouldn't expect attributes in the middle of select expression. I think it's a parser bug.
Hello!
Consider the following example:
https://projectfluent.org/play/?id=fcbc0ff1daf506a0e6943ab9658b1340
This causes a syntax error. However, if you would replace dot character with any other one, it's working OK.
These also causes errors:
It looks like first character of the line can't be a dot. Why is that?
The text was updated successfully, but these errors were encountered: