-
Notifications
You must be signed in to change notification settings - Fork 422
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
Padding incorrectly added to lambda values in partials #286
Comments
bobthecow
added a commit
that referenced
this issue
Feb 14, 2016
bobthecow
added a commit
that referenced
this issue
Feb 14, 2016
You're right, good catch! There's a fix in |
Nice! Any date on the next release? Is there a roadmap type thing somewhere? |
v2.10.0 has shipped! |
@bobthecow Is something missing for it to appear on packagist? |
Nah, something must have gotten stuck. I kicked it and it worked :) |
Fantastic! Thank you 😄 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Think I've found a bug. Given this lambda passed in:
This template:
"{{test}}" {{>partial}}
And this partial:
Renders into this:
As you can see the value gets padded, seemingly with same padding as the partial gets itself.
Changing partial to this:
It renders correctly:
Both should generate the same result, shouldn't they? So... seems like a bug 😕
The text was updated successfully, but these errors were encountered: