File: cmd-convert.test

package info (click to toggle)
ledger 3.1.2%2Bdfsg1-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 6,464 kB
  • sloc: cpp: 37,495; python: 4,279; perl: 1,319; sh: 475; lisp: 436; makefile: 134; cs: 118; yacc: 103
file content (35 lines) | stat: -rw-r--r-- 1,025 bytes parent folder | download | duplicates (3)
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

test -f /dev/null --input-date-format "%m/%d/%Y" convert test/baseline/cmd-convert1.dat
2011/12/12=2011/12/13 * (100) Test  ;test
    Expenses:Unknown                             $10
    Equity:Unknown                              $-10 = $20

2011/12/12=2011/12/12 * 
    Expenses:Unknown                             $10
    Equity:Unknown
end test

test -f /dev/null --input-date-format "%m/%d/%Y" convert test/baseline/cmd-convert2.dat
2011/01/01 * test
    Expenses:Unknown                       20.00 EUR
    Equity:Unknown
end test

test -f /dev/null --input-date-format "%m/%d/%Y" convert test/baseline/cmd-convert3.dat -> 1
__ERROR__
While parsing file "$sourcepath/test/baseline/cmd-convert3.dat", line 1:
While parsing CSV line:
  01/01/2011,,

Error: No quantity specified for amount
end test

test -f /dev/null convert test/baseline/cmd-convert4.dat -> 1
__ERROR__
While parsing file "$sourcepath/test/baseline/cmd-convert4.dat", line 1:
While parsing CSV line:
  bogus,$10,

Error: Invalid date: bogus
end test