mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
gnu: ghc-tasty-golden: Mark up description.
* gnu/packages/haskell-check.scm (ghc-tasty-golden)[description]: Use @dfn.
This commit is contained in:
parent
5f83ccbdee
commit
49b9c8005c
1 changed files with 4 additions and 4 deletions
|
@ -147,10 +147,10 @@ (define-public ghc-tasty-golden
|
|||
"https://github.com/feuerbach/tasty-golden")
|
||||
(synopsis "Golden tests support for tasty")
|
||||
(description
|
||||
"This package provides support for 'golden testing'. A golden test is an
|
||||
IO action that writes its result to a file. To pass the test, this output
|
||||
file should be identical to the corresponding 'golden' file, which contains
|
||||
the correct result for the test.")
|
||||
"This package provides support for 'golden testing'. A @dfn{golden test}
|
||||
is an IO action that writes its result to a file. To pass the test, this
|
||||
output file should be identical to the corresponding 'golden' file, which
|
||||
contains the correct result for the test.")
|
||||
(license license:expat)))
|
||||
|
||||
;; This package builds `clock` without tests, since the tests rely on tasty
|
||||
|
|
Loading…
Reference in a new issue