From 91f839e8279804d495adc0d33e28fd6048e72680 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Mar 2010 14:24:48 -0400 Subject: Do not implicitly sort register output The switches the default back to the same as 2.x, which is --unsorted. --- test/baseline/opt-strict.test | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/baseline/opt-strict.test') diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test index 1917d946..a0e593b2 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-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 +07-Feb-02 Baz Expenses:Foodx $30.00 $30.00 + Assets:Cash $-30.00 0 >>>2 Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx' === 0 -- cgit v1.2.3