You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
66: Fix argument tokenization r=matthiasbeyer a=matthiasbeyer
The single and double quotes used to group words
into a single command line argument must be trimmed from the tokens.
E.g. the argument of `cmd "foo bar"` is the string `"foo bar"` and not `"\"foo bar\""`.
Co-authored-by: Didier Wenzek <didier.wenzek@acidalie.com>
0 commit comments