esamattis / esamattis/underscore.string
quote should also escape quotes
Open
- Dominant language
- JavaScript
- Stars
- 3.4k
- Forks
- 367
- PR merge metrics
- No merged PRs in 30d
Description
right now: 'hallo'.quote() == '"quote'"
and: 'hallo "Mr"'.quote() == '"hallo "Mr""'
expected: 'hallo "Mr"'.quote() == '"hallo \"Mr\""'
Contributor guide
Assessment
This issue has not been assessed yet.