Skip to content

GeoffReader misrecognizes escaped String end-quote #5

@mlaldrid

Description

@mlaldrid

Consider the following node definition with an escaped backslash in the node property value:

(foo {"bar": "baz\\"})

GeoffReader.readString() mistakenly sees that as an escaped quote and continues gobbling up the geoff as part of the property value, because it only checks to see whether the preceding character is a backslash. Perhaps instead readString() should check for an odd number of preceding backslashes?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions