TomFrost / Jexl

Javascript Expression Language: Powerful context-based expression parser and evaluator
MIT License
561 stars 92 forks source link

Fix issue with matching escaped quotes at the end of strings #51

Closed rehandalal closed 5 years ago

rehandalal commented 5 years ago

I fixed this issue downstream in https://github.com/mozilla/mozjexl/pull/23.

TomFrost commented 5 years ago

Very belated thanks for this!