854150DF.test 484 B

1234567891011121314151617181920212223242526
  1. 2011-11-10 * test
  2. A:B:C 12.50 GBP
  3. A:C
  4. test bal --flat -d "depth>=2"
  5. 12.50 GBP A:B:C
  6. -12.50 GBP A:C
  7. --------------------
  8. 0
  9. end test
  10. test bal --flat -d "depth>1"
  11. 12.50 GBP A:B:C
  12. -12.50 GBP A:C
  13. --------------------
  14. 0
  15. end test
  16. test bal --flat -d "depth>2"
  17. 12.50 GBP A:B:C
  18. end test
  19. test bal --flat -d "depth==2"
  20. -12.50 GBP A:C
  21. end test