diff options
author | thdox <thdox@free.fr> | 2016-11-01 15:37:18 +0100 |
---|---|---|
committer | thdox <thdox@free.fr> | 2017-01-05 20:16:04 +0100 |
commit | 1f7ce7c7c1ce009d1d721c34e4a48650837d3d15 (patch) | |
tree | 700c68368765195b97e21999e6292f58e9d1e421 /test/regress/1132.test | |
parent | 9432937f5c331b83e06a6489042e223a5904ca74 (diff) | |
download | fork-ledger-1f7ce7c7c1ce009d1d721c34e4a48650837d3d15.tar.gz fork-ledger-1f7ce7c7c1ce009d1d721c34e4a48650837d3d15.tar.bz2 fork-ledger-1f7ce7c7c1ce009d1d721c34e4a48650837d3d15.zip |
Add regress test for bug 1132
Diffstat (limited to 'test/regress/1132.test')
-rw-r--r-- | test/regress/1132.test | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/test/regress/1132.test b/test/regress/1132.test new file mode 100644 index 00000000..d912ddcf --- /dev/null +++ b/test/regress/1132.test @@ -0,0 +1,16 @@ +1994/09/02=1994/08/25 * Joe + Actif:Courant:BnpCc 126,00 F + Actif:Remboursement:Autre -126,00 F = 0,00 F + +1994/10/20=1994/08/25 * (3551465) Bill + Actif:Remboursement:Autre 126,00 F + Actif:Courant:BnpCc + +test bal -> 1 +__ERROR__ +While parsing file "$FILE", line 3: +While parsing posting: + Actif:Remboursement:Autre -126,00 F = 0,00 F + ^^^^^^ +Error: Balance assertion off by 126,00 F (expected to see -126,00 F) +end test |