;bs: disabled test for an account type detection bug (#1858)

This commit is contained in:
Simon Michael 2022-04-15 15:26:40 -10:00
parent 53332ee6a5
commit 3123fe873a

View File

@ -95,3 +95,32 @@ Balance Sheet 2021-01-01
=============++============
Liabilities ||
-------------++------------
# Declaring and name-inferring an account type at the same time.
<
2022/01/01
(assets) 1
2022/01/02
(other) 1
account other ; type:A
# 5. bal detects both
$ hledger -f- bal -N type:A
1 other
1 assets
# 6. bs detects both
$ hledger -f- bs -N
Balance Sheet 2022-01-02
|| 2022-01-02
=============++============
Assets ||
-------------++------------
other || 1
assets || 1
=============++============
Liabilities ||
-------------++------------