summaryrefslogtreecommitdiff
path: root/test/baseline/opt-strict.test
diff options
context:
space:
mode:
Diffstat (limited to 'test/baseline/opt-strict.test')
-rw-r--r--test/baseline/opt-strict.test8
1 files changed, 4 insertions, 4 deletions
diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test
index 0a72af55..fea46b23 100644
--- a/test/baseline/opt-strict.test
+++ b/test/baseline/opt-strict.test
@@ -1,5 +1,3 @@
-reg --strict
-<<<
2007/02/02 * Foo
Expenses:Food $10.00
Assets:Cash
@@ -11,12 +9,14 @@ reg --strict
2007/02/02 Baz
Expenses:Foodx $30.00
Assets:Cash
->>>1
+
+test reg --strict
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
+__ERROR__
Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx'
+end test