Skip to content
Snippets Groups Projects
Unverified Commit 35d04570 authored by Phil de Joux's avatar Phil de Joux
Browse files

Use colon before code-snippets

parent 1c2ff8dc
No related branches found
No related tags found
No related merge requests found
...@@ -1193,7 +1193,7 @@ after ensuring they are up to date and building them, if necessary. ...@@ -1193,7 +1193,7 @@ after ensuring they are up to date and building them, if necessary.
Taking the cabal project as an example that has a ``Cabal-tests`` package Taking the cabal project as an example that has a ``Cabal-tests`` package
with multiples test suites, the following two commands are effectively the with multiples test suites, the following two commands are effectively the
same and will test the test suites of the ``Cabal-tests`` package; same and will test the test suites of the ``Cabal-tests`` package:
:: ::
...@@ -1201,7 +1201,7 @@ after ensuring they are up to date and building them, if necessary. ...@@ -1201,7 +1201,7 @@ after ensuring they are up to date and building them, if necessary.
$ cd Cabal-tests && cabal test && cd .. $ cd Cabal-tests && cabal test && cd ..
If you want to test all of the test suites in a project then from the If you want to test all of the test suites in a project then from the
project directory ``cabal build`` with no target will fail; project directory ``cabal build`` with no target will fail:
.. code-block:: text .. code-block:: text
......
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