blob: 905401f810be30692a38af2baf9fb6ca680b547e (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
; Test that automated transactions are added to accounts soon enough
; for assertions to work.
= expr account =~ /^Assets/
(Foo) 1
2018-06-09 Something
Assets $100
Equity
2018-06-09 Assert amount added by automated transaction
[Foo] = $100
test bal Foo
$100 Foo
end test
|