summaryrefslogtreecommitdiff
path: root/test/baseline/cmd-payees.test
blob: 64d6bcf5cfcd36d600198ec4bb945677f8524524 (plain)
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
37
38
39
40
41
42
43
44
45
46
47
48
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

2011-03-06 * 2
    ; Payee: 3
    E            10
    F

test payees
1
3
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