Skip to content

absent doesn't work with any-of  #211

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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