diff options
author | John Wiegley <johnw@newartisans.com> | 2019-08-28 15:04:21 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-08-28 15:04:21 -0700 |
commit | 310eefb9bb1bbecd4078d830dbc1b125f28923f4 (patch) | |
tree | ed39cc19e0645f53eafef88897349aa9de299874 /test/baseline/opt-pedantic.test | |
parent | 0848f2b75d2800821f86e4e6eeabab86710906ff (diff) | |
parent | cdd6b7c0ac10a15b8f8853b7610ae58037c261aa (diff) | |
download | fork-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-pedantic.test')
-rw-r--r-- | test/baseline/opt-pedantic.test | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/test/baseline/opt-pedantic.test b/test/baseline/opt-pedantic.test index aca15410..38478445 100644 --- a/test/baseline/opt-pedantic.test +++ b/test/baseline/opt-pedantic.test @@ -6,12 +6,16 @@ Expenses:Phone 20.00 GBP Assets:Cash -test bal --pedantic -> 1 +test bal --pedantic -> 2 __ERROR__ While parsing file "$FILE", line 2: While parsing posting: Expenses:Phone 20.00 GBP Error: Unknown account 'Expenses:Phone' -end test +While parsing file "$FILE", line 6: +While parsing posting: + Expenses:Phone 20.00 GBP +Error: Unknown account 'Expenses:Phone' +end test |