You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
'
.The text was updated successfully, but these errors were encountered: