diff options
author | John Wiegley <johnw@newartisans.com> | 2009-10-28 01:17:10 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-10-28 01:17:10 -0400 |
commit | 559566751ddd29caf2cd74c3d44982c907bd1020 (patch) | |
tree | 251cfd38ee17dac245256d8a87d45735fca82a77 /test/baseline/opt-strict.test | |
parent | b7233edd8a7101c16d41837a8ebe2710ede76cc7 (diff) | |
download | fork-ledger-559566751ddd29caf2cd74c3d44982c907bd1020.tar.gz fork-ledger-559566751ddd29caf2cd74c3d44982c907bd1020.tar.bz2 fork-ledger-559566751ddd29caf2cd74c3d44982c907bd1020.zip |
Sort by default unless --unsorted is selected
Diffstat (limited to 'test/baseline/opt-strict.test')
-rw-r--r-- | test/baseline/opt-strict.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test index a0e593b2..1917d946 100644 --- a/test/baseline/opt-strict.test +++ b/test/baseline/opt-strict.test @@ -14,10 +14,10 @@ reg --strict >>>1 07-Feb-02 Foo Expenses:Food $10.00 $10.00 Assets:Cash $-10.00 0 -07-Feb-03 Bar Expenses:Food $20.00 $20.00 - Assets:Cash $-20.00 0 07-Feb-02 Baz Expenses:Foodx $30.00 $30.00 Assets:Cash $-30.00 0 +07-Feb-03 Bar Expenses:Food $20.00 $20.00 + Assets:Cash $-20.00 0 >>>2 Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx' === 0 |