-
Notifications
You must be signed in to change notification settings - Fork 406
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
styleModifier and message tag conflicting #184
Comments
Thanks for the thorough test cases. A quick glance makes me think some of this syntax (like having mustache inside the pattern parameter itself) was not considered or supported. Do you know if all of this works in PL PHP? I try to emulate that wherever possible but would be lying if I said I had parity in every feature yet. This should be something to confirm with a unit test. I'll check that out if no one else gets to it. |
I am unsure if this is working with PHP PL, I did a brief search and I found no similar issues. |
No problem. I'll try to look into all of this soon-ish.... probably next On Fri, Nov 13, 2015 at 8:37 AM theorise [email protected] wrote:
|
Using the similar test harness of #190 I get this: even putting in the partials as values like so:
yields: Therefore, this is a duplicate of #190 and should be resolved with same fix near as I can tell. |
@theorise please upgrade to v0.15.1 and try your test cases again! |
I am having troubles combining both
{{styleModifier}}
and{{message}}
when calling the same pattern multiple times. It seems to just find the first{{styleModifier}}
and repeat it only when{{message}}
is also being used.Atom:
{{styleModifier}}
works when I call the following:Output:
{{message}}
works when I call the following:Output:
{{message}}
works but{{styleModifier}}
does not (it repeats the first instance) when I call the following:Output:
The text was updated successfully, but these errors were encountered: