liquid
liquid copied to clipboard
Add support for string unescape
Checklist
- [x] I have read the contribution guidelines.
- [x]
make testpasses. - [x]
make lintpasses. - [x] New and changed code is covered by tests.
- [ ] Performance improvements include benchmarks.
- [x] Changes match the documented (not just the implemented) behavior of Shopify.
Support double quoted string unescape, single quoted string won't unescape.
Mind rebasing pls?