Skip to content
Snippets Groups Projects
Commit 1f4c7164 authored by andreas.abel's avatar andreas.abel Committed by Mikolaj
Browse files

README of testsuite: fix formatting in `doctest` section

parent bf52f18d
No related branches found
No related tags found
No related merge requests found
......@@ -25,10 +25,9 @@ There are a few useful flags:
the autodetection doesn't work correctly (which may be the
case for old versions of GHC.)
doctests
========
### How to run the doctests
You need to install the doctest tool. Make sure it's compiled with your current
You need to install the `doctest` tool. Make sure it's compiled with your current
GHC, and don't forget to reinstall it every time you switch GHC version:
``` shellsession
......@@ -45,7 +44,7 @@ In this example we have run doctests in `Cabal-syntax`. Notice, that some
components have broken doctests
([#8734](https://github.com/haskell/cabal/issues/8734));
our CI currently checks that `Cabal-syntax` and `Cabal` doctests pass via
`make doctest-install && make doctest` (you can use this make-based workflow too).
`make doctest-install && make doctest` (you can use this `make`-based workflow too).
How to write
------------
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment