Actions
Bug #22201
openruby.exe reads `"AA\ " BB` as a single argument
Bug #22201:
ruby.exe reads `"AA\ " BB` as a single argument
Description
A backslash escapes a double quote that sits beyond a whitespace character.
This is not intentional, right? The escape is cancelled when almost any other character appears, but I think whitespace seems to have been simply forgotten.
The fix is so simple:
No data to display
Actions