Skip to content

Escapes and spaces are not handled correctly #130

@latin-1

Description

@latin-1
ignore().add("a\\\\ ").ignores("a\\")
// currently false, should be true
ignore().add("a\\\\ b").ignores("a\\ b")
// currently false, should be true

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions