break up comment to work around haddock bug
This commit is contained in:
parent
b103f6a0d8
commit
68fadbe1a7
4
Tests.hs
4
Tests.hs
@ -80,7 +80,8 @@ $ hledger -f sample.ledger balance --depth 1
|
|||||||
$-2 income
|
$-2 income
|
||||||
$1 liabilities
|
$1 liabilities
|
||||||
@
|
@
|
||||||
|
-}
|
||||||
|
{-
|
||||||
@
|
@
|
||||||
$ printf "2009/1/1 a\n b 1.1\n c -1\n" | runhaskell hledger.hs -f- reg 2>&1 ; true
|
$ printf "2009/1/1 a\n b 1.1\n c -1\n" | runhaskell hledger.hs -f- reg 2>&1 ; true
|
||||||
hledger.hs: could not balance this transaction, amounts do not add up to zero:
|
hledger.hs: could not balance this transaction, amounts do not add up to zero:
|
||||||
@ -139,7 +140,6 @@ hledger: could not balance this transaction, amounts do not add up to zero:
|
|||||||
|
|
||||||
|
|
||||||
@
|
@
|
||||||
|
|
||||||
-}
|
-}
|
||||||
-- other test tools:
|
-- other test tools:
|
||||||
-- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/test-framework
|
-- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/test-framework
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user