From 310e339464d972bba9a66caa55f6409248a0f419 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Mon, 23 Feb 2009 17:40:40 -0400 Subject: Added several more option baseline tests --- test/baseline/opt-strict.test | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 test/baseline/opt-strict.test (limited to 'test/baseline/opt-strict.test') diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test new file mode 100644 index 00000000..a0e593b2 --- /dev/null +++ b/test/baseline/opt-strict.test @@ -0,0 +1,23 @@ +reg --strict +<<< +2007/02/02 * Foo + Expenses:Food $10.00 + Assets:Cash + +2007/02/03 Bar + * Expenses:Food $20.00 + Assets:Cash + +2007/02/02 Baz + Expenses:Foodx $30.00 + Assets:Cash +>>>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 +>>>2 +Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx' +=== 0 -- cgit v1.2.3