;bs: disabled test for an account type detection bug (#1858)
This commit is contained in:
parent
53332ee6a5
commit
3123fe873a
@ -95,3 +95,32 @@ Balance Sheet 2021-01-01
|
|||||||
=============++============
|
=============++============
|
||||||
Liabilities ||
|
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 ||
|
||||||
|
-------------++------------
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user