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.