hspec-megaparsec

Utility functions for testing Megaparsec parsers with Hspec

https://github.com/mrkkrp/hspec-megaparsec

Version on this page:1.0.0
LTS Haskell 22.13:2.2.1
Stackage Nightly 2024-03-14:2.2.1
Latest on Hackage:2.2.1

See all snapshots hspec-megaparsec appears in

BSD-3-Clause licensed and maintained by Mark Karpov
This version can be pinned in stack with:hspec-megaparsec-1.0.0@sha256:2f87baa1fe592d4d2fb9f707281bd32f5e7ad12ed892d59edda97476695503fe,2293

Module documentation for 1.0.0

Hspec Megaparsec

License BSD3 Hackage Stackage Nightly Stackage LTS Build Status Coverage Status

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 the Haddocks for usage, which should be trivial. Also see test suite of this package or Megaparsec test suite.

License

Copyright © 2016–2017 Mark Karpov

Distributed under BSD 3 clause license.

Changes

Hspec Megaparsec 1.0.0

  • To be used with Megaparsec 6.

Hspec Megaparsec 0.3.1

  • Support for Megaparsec 5.2.0.

  • Drop support for GHC 7.6.

Hspec Megaparsec 0.3.0

  • 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.

Hspec Megaparsec 0.1.0

  • Initial release.