From cdd6b7c0ac10a15b8f8853b7610ae58037c261aa Mon Sep 17 00:00:00 2001 From: CandyAngel Date: Tue, 27 Aug 2019 21:19:05 +0100 Subject: Remove know-ification of elements due to post state --- test/baseline/opt-pedantic.test | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'test/baseline/opt-pedantic.test') 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 -- cgit v1.2.3