diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2012-03-23 09:54:18 +0000 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2012-03-23 09:54:18 +0000 |
commit | db20ad8f292695fcdab5836d9955bb9443d28cf0 (patch) | |
tree | 6d9723a04694457af1ebd397de4418d1b584258c /test/baseline/cmd-payees.test | |
parent | 902d09fd16166e97a66cd73e5f091a9593554b22 (diff) | |
download | fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.tar.gz fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.tar.bz2 fork-ledger-db20ad8f292695fcdab5836d9955bb9443d28cf0.zip |
Add more baseline tests
Diffstat (limited to 'test/baseline/cmd-payees.test')
-rw-r--r-- | test/baseline/cmd-payees.test | 42 |
1 files changed, 42 insertions, 0 deletions
diff --git a/test/baseline/cmd-payees.test b/test/baseline/cmd-payees.test new file mode 100644 index 00000000..af8a44bc --- /dev/null +++ b/test/baseline/cmd-payees.test @@ -0,0 +1,42 @@ +2011-03-01 * Z + A 10 + B + +2011-03-02 * A + C 10 + D + +2011-03-03 * 9 + B 10 + E + +2011-03-04 * B + B 10 + E + +2011-03-05 * 1 + B 10 + E + +test payees +1 +9 +A +B +Z +end test + +test payees a +Z +end test + +test payees no:such:account +end test + +test payees "^B$" +1 +9 +B +Z +end test + |