From 819f6709b39a7636376550bb9741577e3de448f7 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Sat, 23 May 2009 23:49:35 +0000 Subject: [PATCH] disable unimplemented unicode test --- Tests.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Tests.hs b/Tests.hs index 6cff884e1..4da3485fd 100644 --- a/Tests.hs +++ b/Tests.hs @@ -131,7 +131,8 @@ $ printf "2009-01-01 аура (cyrillic letters)\n bank 10\n cash\n2010-01-01 @ -- 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 hledger: could not balance this transaction, amounts do not add up to zero: 2009/01/01 broken entry @@ -139,7 +140,7 @@ hledger: could not balance this transaction, amounts do not add up to zero: кредит -2 -@ +--@ -} -- other test tools: -- http://hackage.haskell.org/cgi-bin/hackage-scripts/package/test-framework