Closed jakebathman closed 6 years ago
Only some escaped single and double quotes are being caught correctly.
"foo \"bar\" baz" "foo \'bar\' baz" 'foo \"bar\" baz' 'foo \'bar\' baz'
Only some escaped single and double quotes are being caught correctly.