Skip to content

Trailing back-slash in String argument value leads to incorrect parsing #270

Closed
@ghost

Description

Hi,
as subject.

Given a -p String parameter:
ReadText.Demo.exe head -p "c:\trailing - back - slash"

It gets parsed as:
c:\trailing - back - slash"

The trailing back-slash causes the value of the parameter to hold the double-quote value, while the back-slash is lost.
This seems to happen only when the traling back-slash is immediately followed by the double-quote.

Thanks

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions