mirror of
https://github.com/whoisclebs/lodash.git
synced 2026-02-01 07:47:49 +00:00
For example, templates containing things like the literal string `\ribbit` weren't being escaped properly when being compiled. The `\r` was being interpreted as a carriage return character. I've added a test for this too, and all the existing tests pass.