summaryrefslogtreecommitdiff
path: root/test/baseline/cmd-pricemap.test
diff options
context:
space:
mode:
authorMartin Michlmayr <tbm@cyrius.com>2012-03-25 14:11:59 +0100
committerMartin Michlmayr <tbm@cyrius.com>2012-03-25 14:11:59 +0100
commit8962d9c904d5630b508ca2b10f2bf66e7f32a30b (patch)
tree98d35d154607222d9df3ffcc12ac633fec60dbd0 /test/baseline/cmd-pricemap.test
parenta47625be3571262f0c36324d6793c55645172dc1 (diff)
downloadfork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.tar.gz
fork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.tar.bz2
fork-ledger-8962d9c904d5630b508ca2b10f2bf66e7f32a30b.zip
Add more baseline tests
Diffstat (limited to 'test/baseline/cmd-pricemap.test')
-rw-r--r--test/baseline/cmd-pricemap.test36
1 files changed, 36 insertions, 0 deletions
diff --git a/test/baseline/cmd-pricemap.test b/test/baseline/cmd-pricemap.test
new file mode 100644
index 00000000..6fbaa2fe
--- /dev/null
+++ b/test/baseline/cmd-pricemap.test
@@ -0,0 +1,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
+