-
Notifications
You must be signed in to change notification settings - Fork 46
Reference tests for patterns starting with special chars #313
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
Conversation
Pike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is wrapping the patterns in a select expression necessary here?
|
Ah, good point, I went by the test case from the original issue, but going by the EBNF, the test cases can be made more minimal. |
fa8da21 to
2091392
Compare
2091392 to
6f18997
Compare
|
I think Travis is having a hiccup but I'll look again into the CI error tomorrow. |
Pike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've cleared the caches on travis and rerun the build, and that failed for an actual error.
The OK group comment is in projectfluent/fluent.js#513, so I expect you want to add that back here?
6f18997 to
03099b9
Compare
Pike
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks.
* Port parser reference tests projectfluent/fluent#313 * Don't drop to newline when patterns start with special chars
A few tests for projectfluent/fluent.js#512.