@hackage hspec-expectations-match0.1.0.0

An hspec expectation that asserts a value matches a pattern.

This package provides a single expectation for use with hspec, shouldMatch. The shouldMatch expectation uses Template Haskell to assert that a value matches a particular pattern.

>>>>>>

Additionally, any bindings created by the pattern will be returned if the pattern is successfully matched, making it easier to extract the result of some assertion and use it to make further assertions.

>>>>>>