-
Notifications
You must be signed in to change notification settings - Fork 59
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
Unicode is not rendered correctly #49
Comments
@xxgreg @jonahwilliams this issue is a blocker for me. I believe I have a fix but this repo and https://github.com/jonahwilliams/mustache don't appear to be very active. I really don't want to fork and republish yet again so can either of you help get a fix for this merged and published? Thanks! 🙏 |
Pinged you privately with a possible solution. |
@xxgreg @felangel I'm facing a similar issue I believe and wonder if a similar solution could help. test('Less than', () {
var output = Template('{{val}}').renderString({'val': '<'});
expect(output, '<');
}); fails with the error:
Thanks! 🙏 |
would be great to push this along with null safety
this one has at least null safety now 👍 |
The above test fails with the following error:
The text was updated successfully, but these errors were encountered: