mirror of
https://github.com/mrkkrp/megaparsec.git
synced 2024-11-26 23:02:07 +03:00
.. | ||
src/Test/Hspec/Megaparsec | ||
tests | ||
LICENSE.md | ||
megaparsec-tests.cabal | ||
README.md | ||
Setup.hs |
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.
The version number 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.