summaryrefslogtreecommitdiff
path: root/test/baseline/dir-commodity.test
blob: fc9256482129520d574d1af0448bb6328f344834 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
account A
account B
commodity GBP

2012-03-25 GBP
    A            10.00 GBP
    B

2012-03-26 EUR
    A            20.00 EUR
    B

test bal --pedantic -> 1
__ERROR__
While parsing file "$FILE", line 10: 
While parsing posting:
  A            20.00 EUR
               ^^^^^^^^^
Error: Unknown commodity 'EUR'
end test