Skip to content
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

[hab-sup] Handlebars templates don't allow - #1117

Closed
bookshelfdave opened this issue Aug 2, 2016 · 1 comment · Fixed by #1119
Closed

[hab-sup] Handlebars templates don't allow - #1117

bookshelfdave opened this issue Aug 2, 2016 · 1 comment · Fixed by #1119
Assignees
Labels
Type: Bug Issues that describe broken functionality

Comments

@bookshelfdave
Copy link
Contributor

Since bumping the Handlebars Rust dep to 0.19.0,
we're no longer able to render templates that contain - in a Handlebars expression. For example:

backlog {{tcp-backlog}}

will fail with

hab-sup(ER)[src/error.rs:325:8]: TemplateError(InvalidSyntax(54, 22))

I've submitted a PR to potentially resolve the issue, as it also appears on handlebars-rust master:
sunng87/handlebars-rust#94

@bookshelfdave
Copy link
Contributor Author

This can be closed once #1119 is merged.

😸

@eeyun eeyun added C-bug and removed Bug labels Jun 6, 2017
@christophermaier christophermaier added Type: Bug Issues that describe broken functionality and removed C-bug labels Jul 31, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug Issues that describe broken functionality
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants