1072.test 1.1 KB

1234567891011121314151617181920212223242526272829303132
  1. --input-date-format %d/%m/%y
  2. --date-format %d/%m/%y
  3. 1/1/14 * Test
  4. A $10
  5. B
  6. 12/1/14 * Test
  7. A $20
  8. B
  9. test --input-date-format %d/%m/%y reg --begin 2/1/13
  10. 01/01/14 Test A $10 $10
  11. B $-10 0
  12. 12/01/14 Test A $20 $20
  13. B $-20 0
  14. end test
  15. test --input-date-format %d/%m/%y reg --begin 1/1/14
  16. 01/01/14 Test A $10 $10
  17. B $-10 0
  18. 12/01/14 Test A $20 $20
  19. B $-20 0
  20. end test
  21. test --input-date-format %d/%m/%y reg --begin 2/1/14
  22. 12/01/14 Test A $20 $20
  23. B $-20 0
  24. end test