summaryrefslogtreecommitdiff
path: root/test/baseline/opt-pedantic.test
blob: 384784453ae2252c1d589603a7e48b9f4b2542e2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
2012-03-20 Test GBP
    Expenses:Phone            20.00 GBP
    Assets:Cash

2012-03-21 * Test GBP
    Expenses:Phone            20.00 GBP
    Assets:Cash

test bal --pedantic -> 2
__ERROR__
While parsing file "$FILE", line 2:
While parsing posting:
  Expenses:Phone            20.00 GBP

Error: Unknown account 'Expenses:Phone'
While parsing file "$FILE", line 6:
While parsing posting:
  Expenses:Phone            20.00 GBP

Error: Unknown account 'Expenses:Phone'
end test