From ae02ca68ddfbf6b2218d36d2a7bab95b26c98132 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 Apr 2011 14:54:26 +0000 Subject: [PATCH] doctest comment fix --- hledger/Hledger/Cli/Tests.hs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hledger/Hledger/Cli/Tests.hs b/hledger/Hledger/Cli/Tests.hs index 074332904..20be46e08 100644 --- a/hledger/Hledger/Cli/Tests.hs +++ b/hledger/Hledger/Cli/Tests.hs @@ -10,9 +10,9 @@ hledger's functional tests are a set of shell/command-line tests defined by .test files in the tests\/ subdirectory. These can be run by doing @make functest@ in the hledger source tree. -hledger's doctests are shell tests defined in literal blocks in haddock -documentation in the source, run by doing @make doctest@ in the hledger -source tree. are They hardly used, but here is an example: +hledger's doctests are shell commands with expected output in literal +blocks in the haddock documentation, run by doing @make doctest@ in the +hledger source tree. They are hardly used, but here is an example: @ $ bin\/hledger -f data\/sample.journal balance o