Skip to content

absent doesn't work with any-of  #211

Open
@kkrausse

Description

@kkrausse

since this works:

(matcher-combinators.standalone/match?
 {:a matcher-combinators.matchers/absent}
 {:c 'd})
;; => true

I would expect that

(matcher-combinators.standalone/match?
 {:a (matcher-combinators.matchers/any-of
      'b
      matcher-combinators.matchers/absent)}
 {:c 'd})
;; => true

also, but actually it gives false.
Using version 3.8.5.

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