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

Escape the single quote #14

Open
steve-chavez opened this issue Dec 13, 2023 · 0 comments
Open

Escape the single quote #14

steve-chavez opened this issue Dec 13, 2023 · 0 comments
Labels
bug Something isn't working

Comments

@steve-chavez
Copy link
Member

Problem

The single quote ' should be escaped. This is not on the mustache spec but most implementations have it. Also the mustache spec maintainers are open to add this restriction. See mustache/spec#69.

Solution

Patch https://gitlab.com/jobol/mustach to escape the single quote to '.

@steve-chavez steve-chavez added the bug Something isn't working label Dec 13, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Development

No branches or pull requests

1 participant