`require('string-argv').default('a" b"')` gives `['a" b"']`. It should be `['a b']`.
require('string-argv').default('a" b"')gives['a" b"']. It should be['a b'].