; bug report
; the following script throws an assertion error.
; 
; I would expect ledger to parse the journal and process the transactions 
in order of date.
; this would mean that the assertion transaction gets processed after the 
two entry transactions and hence would pass gracefully.
; This appears to not be the case though :-s



2012/10/08 entry
  a  € 1
  y 

2012/10/10 assertion
  a  € 0 = € 2

2012/10/09 entry
  a  € 1
  z


Reply via email to