Skip to content

correctly parse escaped quotes inside strings #1

@felix-u

Description

@felix-u

"Corporations \"love\" open source" should evaluate to Corporations "love" open source.
To avoid allocation and continue to index into the file buffer, this could be done by detecting and keeping backslashes. The backslashes would be ignored with printing logic. The above example would be Corporations \"love\" open source internally, but display without backslashes to the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions