doctest comment fix

This commit is contained in:
Simon Michael 2011-04-23 14:54:26 +00:00
parent cfe9040f55
commit ae02ca68dd

View File

@ -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 by .test files in the tests\/ subdirectory. These can be run by doing
@make functest@ in the hledger source tree. @make functest@ in the hledger source tree.
hledger's doctests are shell tests defined in literal blocks in haddock hledger's doctests are shell commands with expected output in literal
documentation in the source, run by doing @make doctest@ in the hledger blocks in the haddock documentation, run by doing @make doctest@ in the
source tree. are They hardly used, but here is an example: hledger source tree. They are hardly used, but here is an example:
@ @
$ bin\/hledger -f data\/sample.journal balance o $ bin\/hledger -f data\/sample.journal balance o