imp: nicer invalid balance assignment errors (fix tests)

This commit is contained in:
Simon Michael 2022-01-21 17:45:23 -10:00
parent 30080a9aa1
commit e16fa51dd5
2 changed files with 2 additions and 2 deletions

View File

@ -160,7 +160,7 @@ $ hledger -f- print --auto -x
# 9. # 9.
$ hledger print -f- --auto $ hledger print -f- --auto
>2 /cannot be used with accounts which are/ >2 /can't use balance assignment with auto postings/
>=1 >=1

View File

@ -225,7 +225,7 @@ $ hledger -f - stats
b =$-1 ; date:2012/1/1 b =$-1 ; date:2012/1/1
$ hledger -f - stats $ hledger -f - stats
>2 /balance assignments may not have a custom date/ >2 /can't use balance assignment with custom posting date/
>=1 >=1
# 13. Posting Date # 13. Posting Date