summaryrefslogtreecommitdiff
path: root/test/baseline/opt-strict.test
diff options
context:
space:
mode:
authorJohn Wiegley <johnw@newartisans.com>2019-08-28 15:04:21 -0700
committerGitHub <noreply@github.com>2019-08-28 15:04:21 -0700
commit310eefb9bb1bbecd4078d830dbc1b125f28923f4 (patch)
treeed39cc19e0645f53eafef88897349aa9de299874 /test/baseline/opt-strict.test
parent0848f2b75d2800821f86e4e6eeabab86710906ff (diff)
parentcdd6b7c0ac10a15b8f8853b7610ae58037c261aa (diff)
downloadfork-ledger-310eefb9bb1bbecd4078d830dbc1b125f28923f4.tar.gz
fork-ledger-310eefb9bb1bbecd4078d830dbc1b125f28923f4.tar.bz2
fork-ledger-310eefb9bb1bbecd4078d830dbc1b125f28923f4.zip
Merge pull request #1819 from CandyAngel/know-ification_fix
Remove know-ification of elements due to post state
Diffstat (limited to 'test/baseline/opt-strict.test')
-rw-r--r--test/baseline/opt-strict.test8
1 files changed, 8 insertions, 0 deletions
diff --git a/test/baseline/opt-strict.test b/test/baseline/opt-strict.test
index fea46b23..2325925a 100644
--- a/test/baseline/opt-strict.test
+++ b/test/baseline/opt-strict.test
@@ -18,5 +18,13 @@ test reg --strict
07-Feb-02 Baz Expenses:Foodx $30.00 $30.00
Assets:Cash $-30.00 0
__ERROR__
+Warning: "$FILE", line 2: Unknown account 'Expenses:Food'
+Warning: "$FILE", line 2: Unknown commodity '$'
+Warning: "$FILE", line 3: Unknown account 'Assets:Cash'
+Warning: "$FILE", line 6: Unknown account 'Expenses:Food'
+Warning: "$FILE", line 6: Unknown commodity '$'
+Warning: "$FILE", line 7: Unknown account 'Assets:Cash'
Warning: "$FILE", line 10: Unknown account 'Expenses:Foodx'
+Warning: "$FILE", line 10: Unknown commodity '$'
+Warning: "$FILE", line 11: Unknown account 'Assets:Cash'
end test