The package is the recommended library for
testing Megaparsec
parsers with with Hspec. As
of Megaparsec 5.1.0, its test suite is re-written with Hspec and this
package with a few ad-hoc helpers.
Consult Haddocks for usage, which should be trivial. Also see test suite of
this package or Megaparsec test suite.
Added helpers for parse error construction (useful with shouldFailWith):
err, posI, posN, utok, utoks, ulabel, ueof, etok, etoks,
elabel, eeof, cstm. Also added an auxiliary type EC.
Hspec Megaparsec 0.2.1
Refreshed obsolete documentation for shouldFailWith and how it reports
not matching parse errors.
Hspec Megaparsec 0.2.0
This version of hspec-megaparsec should be used with Megaparsec 5.
Hspec Megaparsec 0.1.1
Make it pass tests with Megaparsec 4.4.0 and later.