disable unimplemented unicode test

This commit is contained in:
Simon Michael 2009-05-23 23:49:35 +00:00
parent 68fadbe1a7
commit 819f6709b3

View File

@ -131,7 +131,8 @@ $ printf "2009-01-01 аура (cyrillic letters)\n bank 10\n cash\n2010-01-01
@ @
-- error message with unicode in ledger -- error message with unicode in ledger
@ -- not implemented yet
--@
$ printf "2009-01-01 broken entry\n дебит 1\n кредит -2\n" | hledger -f - 2>&1 ; true $ printf "2009-01-01 broken entry\n дебит 1\n кредит -2\n" | hledger -f - 2>&1 ; true
hledger: could not balance this transaction, amounts do not add up to zero: hledger: could not balance this transaction, amounts do not add up to zero:
2009/01/01 broken entry 2009/01/01 broken entry
@ -139,7 +140,7 @@ hledger: could not balance this transaction, amounts do not add up to zero:
кредит -2 кредит -2
@ --@
-} -}
-- 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