diff options
author | John Wiegley <johnw@newartisans.com> | 2010-03-16 14:24:48 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2010-03-17 00:49:11 -0400 |
commit | 91f839e8279804d495adc0d33e28fd6048e72680 (patch) | |
tree | 245510f53d29f033ca358c065487dac12749983f /test/baseline/opt-effective.test | |
parent | 2f9ea3986947c552322432449e393ee9e96c7e9e (diff) | |
download | fork-ledger-91f839e8279804d495adc0d33e28fd6048e72680.tar.gz fork-ledger-91f839e8279804d495adc0d33e28fd6048e72680.tar.bz2 fork-ledger-91f839e8279804d495adc0d33e28fd6048e72680.zip |
Do not implicitly sort register output
The switches the default back to the same as 2.x, which is --unsorted.
Diffstat (limited to 'test/baseline/opt-effective.test')
-rw-r--r-- | test/baseline/opt-effective.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/baseline/opt-effective.test b/test/baseline/opt-effective.test index adf9f8af..0ce08550 100644 --- a/test/baseline/opt-effective.test +++ b/test/baseline/opt-effective.test @@ -14,8 +14,8 @@ reg --effective >>>1 08-Jan-01 January Expenses:Books $10.00 $10.00 Assets:Cash $-10.00 0 -08-Jan-01 End of January Assets:Cash $-10.00 $-10.00 -08-Feb-01 End of January Expenses:Books $10.00 0 +08-Feb-01 End of January Expenses:Books $10.00 $10.00 +08-Jan-01 End of January Assets:Cash $-10.00 0 08-Feb-01 February Expenses:Books $20.00 $20.00 Assets:Cash $-20.00 0 >>>2 |