mirror of
https://github.com/nim-lang/Nim.git
synced 2025-12-28 17:04:41 +00:00
Fix reference to parseSpec proc in readme (#12359)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user