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
<<<
2009/1/1 x
a: 13
b
>>>2 /accountname seems ill-formed: a:/
>>>= 1
# bin/hledger -f - balance -E
# <<<
# 2009/1/1 x
# a: 13
# b
# >>>2 /accountname seems ill-formed: a:/
# >>>= 1

View File

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