megaparsec-tests

Test utilities and the test suite of Megaparsec

https://github.com/mrkkrp/megaparsec

Version on this page:8.0.0
LTS Haskell 22.14:9.5.0@rev:2
Stackage Nightly 2024-03-28:9.6.1
Latest on Hackage:9.6.1

See all snapshots megaparsec-tests appears in

BSD-2-Clause licensed by Megaparsec contributors
Maintained by Mark Karpov
This version can be pinned in stack with:megaparsec-tests-8.0.0@sha256:1d7c3bfb31c56926c19d3d3c51c3a6c92f257ba982e4bea022671cd32322e8da,3260

Module documentation for 8.0.0

Megaparsec tests

Megaparsec’s test suite as a standalone package. The reason for the separation is that we can avoid circular dependency on hspec-megaparsec and thus avoid keeping copies of its source files in our test suite, as we had to do before. Another benefit is that we can export some auxiliary functions in megaparsec-tests which can be used by other test suites, for example in the parser-combinators-tests package.

Version of megaparsec-tests will be kept in sync with versions of megaparsec from now on.

License

Copyright © 2015–present Megaparsec contributors

Distributed under FreeBSD license.