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
I'm filing this in case we decide against requiring = after the identifier (projectfluent/fluent#63, projectfluent/fluent#73). We'll still need to fix the current (0.4.2) parsing behavior which parses:
key =
.attr = Attribute
as a message with the value of .attr = Attribute (both parsers).
In 0.4.1 the above code was parsed as a null value; 7e52517 changed it.
The text was updated successfully, but these errors were encountered:
Uh oh!
There was an error while loading. Please reload this page.
I'm filing this in case we decide against requiring
=
after the identifier (projectfluent/fluent#63, projectfluent/fluent#73). We'll still need to fix the current (0.4.2) parsing behavior which parses:as a message with the value of
.attr = Attribute
(both parsers).In 0.4.1 the above code was parsed as a null value; 7e52517 changed it.
The text was updated successfully, but these errors were encountered: