Skip to content

Improve parentheses matchers #760

@nicolas-graves

Description

@nicolas-graves

TY for this wonderful package.

I use it along with embark, and can't avoid to notice that embark matchers for parentheses often get better results at identifing the right parenthesis, in particular when there's a string with an open parenthesis in-between.

See the following example, with a voluntarily added extra parenthesis :

              (substitute* "test"
                (("\\(.*")
                 "")))

In this case embark matches the right parenthesis, but meow's select round does not.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions