File: error-in-include.test

package info (click to toggle)
ledger 3.1%2Bdfsg1-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 6,756 kB
  • ctags: 5,063
  • sloc: cpp: 36,839; lisp: 3,959; python: 3,939; perl: 1,309; sh: 473; makefile: 121; cs: 118; yacc: 103
file content (17 lines) | stat: -rw-r--r-- 491 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17

!include error-in-include.dat

test bal -> 1
__ERROR__
In file included from "$FILE", line 2:
While parsing file "$sourcepath/test/regress/error-in-include.dat", line 4:
While balancing transaction from "$sourcepath/test/regress/error-in-include.dat", lines 2-4:
> 2014-05-13 * Does not balance
>     A              $10.00
>     B             -$11.00
Unbalanced remainder is:
              $-1.00
Amount to balance against:
              $10.00
Error: Transaction does not balance
end test