Skip to content

Fix parsing of a trailing = #118

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
stasm opened this issue Dec 21, 2017 · 1 comment
Closed

Fix parsing of a trailing = #118

stasm opened this issue Dec 21, 2017 · 1 comment

Comments

@stasm
Copy link
Contributor

stasm commented Dec 21, 2017

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.

@stasm
Copy link
Contributor Author

stasm commented Jan 29, 2018

This was fixed by #132.

@stasm stasm closed this as completed Jan 29, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant