LesterLyu / fast-formula-parser

Parse and evaluate MS Excel formula in javascript.
https://www.npmjs.com/package/fast-formula-parser
MIT License
462 stars 64 forks source link

[LIDO-3672] String smartquotes #50

Closed jatkins5 closed 2 years ago

jatkins5 commented 2 years ago

[LIDO-3672] String smartquotes

https://www.loom.com/share/0e9722be165f411e89ce34dae0b1028e

to test, make sure text surrounded by smart quotes “” (\u201c and \u201d) are detected as strings, and text surrounded by normal quotes "" remain detected as strings.