Skip to content

backslashes not handled correctly #5

Open
@glyph

Description

@glyph
>>> from logfmt import format, parse
>>> list(parse(list(format({"key1": "hi\\"}))))
[{'key1': True}]

Not sure how it got to True there but this behavior is not correct :)

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