disable tests for non-working clear missing accountname component error message

This commit is contained in:
Simon Michael 2011-12-30 00:12:38 +00:00
parent f1da4912e8
commit e9f965a2dc
2 changed files with 17 additions and 17 deletions

View File

@ -1,7 +1,7 @@
bin/hledger -f - balance -E # bin/hledger -f - balance -E
<<< # <<<
2009/1/1 x # 2009/1/1 x
a: 13 # a: 13
b # b
>>>2 /accountname seems ill-formed: a:/ # >>>2 /accountname seems ill-formed: a:/
>>>= 1 # >>>= 1

View File

@ -1,13 +1,13 @@
# should give an accurate parse error location # should give an accurate parse error location
bin/hledger -f- stat # bin/hledger -f- stat
<<< # <<<
2010/1/1 x # 2010/1/1 x
a 1 # a 1
b # b
2010/1/1 y # 2010/1/1 y
c: 1 # c: 1
d # d
>>>2 /line 6, column 5/ # >>>2 /line 6, column 5/
>>>= 1 # >>>= 1