Fix reference to parseSpec proc in readme (#12359)

This commit is contained in:
kraptor
2019-10-04 19:30:58 +02:00
committed by Andreas Rumpf
parent 294d5fb560
commit 412011eb96

View File

@@ -10,7 +10,7 @@ execute the compiled binary, you need to specify a spec with an ``action`` key
Each test can contain a spec in a ``discard """ ... """`` block.
**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L124) in the ``specs`` module for a full and reliable reference**
**Check out the [``parseSpec`` procedure](https://github.com/nim-lang/Nim/blob/devel/testament/specs.nim#L132) in the ``specs`` module for a full and reliable reference**
## action