REQUIRE_THROWS_MATCHES
and CHECK_THROWS_MATCHES
do not preserve matcher state
#68
Labels
bug:confirmed
Something isn't working (confirmed)
Milestone
The matcher API claims that the matcher object is reused between the calls to
match
anddescribe_match
, but this is not done inREQUIRE_THROWS_MATCHES
andCHECK_THROWS_MATCHES
; a new matcher object is created for each call.The text was updated successfully, but these errors were encountered: