File: cmd-pricemap.test

package info (click to toggle)
ledger 3.4.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 6,964 kB
  • sloc: cpp: 39,393; python: 4,476; perl: 1,309; sh: 477; lisp: 435; yacc: 103; makefile: 58
file content (36 lines) | stat: -rw-r--r-- 496 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
P 2012-03-25 EUR 0.83 GBP
P 2012-03-25 EUR 1.32 $
P 2012-03-25 USD 0.75 EUR
P 2012-03-25 AAA $10.00

2012-03-23 * Test 1
    C               20.00 EUR @@ 16.71 GBP
    D

2012-03-24 * Test 2
    E               30.00 GBP
    F

2012-03-25 * Test 3
    G          1 AAA @ $10.00
    H

test pricemap
graph G {
0[label=""];
1[label="s"];
2[label="%"];
3[label="m"];
4[label="h"];
5[label="GBP"];
6[label="EUR"];
7[label="$"];
8[label="USD"];
9[label="AAA"];
6--5 ;
6--7 ;
8--6 ;
9--7 ;
}
end test