K 10 svn:author V 3 imp K 8 svn:date V 27 2017-03-23T02:36:51.257839Z K 7 svn:log V 336 Implement quote escaping. String values may now contain " if you it is preceded by \. foo="I \"like\" C++" gives the value 'I "like" C++' to the variable 'foo'. If a character other than " follows the \, both the \ and that character are passed through. Differential Revision: https://reviews.freebsd.org/D6286 Sponsored by: Netflix END