We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
var tpl = Hogan.compile('{{#.}} {{name}} {{/.}}'); tpl.render([{name:'foo'},{name:'bar'}]);
Expected:
foo bar
Actual: empty string
Works fine with Mustache, doesn't work in hogan.js.
The text was updated successfully, but these errors were encountered:
+1 Isn't Hogan supposed to pass all Mustache tests? Maybe this one isn't tested properly...
Sorry, something went wrong.
This recently hit me when we transitioned over to precompiling our templates with Hogan. Would be really great to see this fixed.
Allow implicit iteration over the root context element. Fixes twitter…
57f3e5c
…#154, matches mustache.js behavior.
sayrer
Successfully merging a pull request may close this issue.
Expected:
Actual: empty string
Works fine with Mustache, doesn't work in hogan.js.
The text was updated successfully, but these errors were encountered: