Skip to content

Ungron doesn't work if a string contains only a backslash #25

@doozr

Description

@doozr

Rather an edge case, this:

$ cat test.json 
{"nowork": "\\"}
$ gron test.json 
json = {};
json.nowork = "\\";
$ gron test.json | gron -u
ungron failed for `json.nowork = "\\";`: statement has no value

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