blob: 7133e1833524bf603ccb44ca0a14b56ebcdff9e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
2011-11-10 * test
A:B:C 12.50 GBP
A:C
test bal --flat -d "depth>=2"
12.50 GBP A:B:C
-12.50 GBP A:C
--------------------
0
end test
test bal --flat -d "depth>1"
12.50 GBP A:B:C
-12.50 GBP A:C
--------------------
0
end test
test bal --flat -d "depth>2"
12.50 GBP A:B:C
end test
test bal --flat -d "depth==2"
-12.50 GBP A:C
end test
|