There seem to be some gaps between matchers for UR...
# kotest
d
There seem to be some gaps between matchers for URI and URL, for instance there is an extension matcher
URL.shouldHaveParameterValue(key: String, value: String)
but URI only has
URI.shouldHaveParameter(key: String)
, is there a roadmap issue to close this gap?
s
Would welcome a PR.
d
Okay, I might look into it when I have some time