On 85d40083ac893bebc3696ab48f223da8af928874, e.g.: ``` $ echo "cabal test --test-options='1234'\\'' 567'" cabal test --test-options='1234'\'' 567' $ sos . -c "cabal test --test-options='1234'\\'' 567'" sos: Error parsing command 'cabal test --test-options='1234'\'' 567'' (1)$ ```
On 85d4008, e.g.: