diff options
author | Martin Michlmayr <tbm@cyrius.com> | 2014-05-13 18:08:34 -0400 |
---|---|---|
committer | Martin Michlmayr <tbm@cyrius.com> | 2014-05-13 18:08:34 -0400 |
commit | 60d9c2bc1d8095f06c13fbf1bcce2d5c587a3a64 (patch) | |
tree | f75bf04c8e97cdfb5dc675e5478b4ea8113fd4b1 /test/baseline/cmd-source.test | |
parent | c411792edbe359d5653a2ad5de6b5ea4a40227c2 (diff) | |
download | fork-ledger-60d9c2bc1d8095f06c13fbf1bcce2d5c587a3a64.tar.gz fork-ledger-60d9c2bc1d8095f06c13fbf1bcce2d5c587a3a64.tar.bz2 fork-ledger-60d9c2bc1d8095f06c13fbf1bcce2d5c587a3a64.zip |
Remove trailing whitespace from error messages
Fix for bug #867
Diffstat (limited to 'test/baseline/cmd-source.test')
-rw-r--r-- | test/baseline/cmd-source.test | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/test/baseline/cmd-source.test b/test/baseline/cmd-source.test index 95a10924..6d12719c 100644 --- a/test/baseline/cmd-source.test +++ b/test/baseline/cmd-source.test @@ -28,29 +28,29 @@ test source -> 7 __ERROR__ -While parsing file "$FILE", line 1: +While parsing file "$FILE", line 1: While parsing periodic transaction: > ~ xxx Error: Unexpected date period token 'xxx' -While parsing file "$FILE", line 6: +While parsing file "$FILE", line 6: Error: Only one posting with null amount allowed per transaction -While parsing file "$FILE", line 11: +While parsing file "$FILE", line 11: Error: Only one posting with null amount allowed per transaction -While parsing file "$FILE", line 13: +While parsing file "$FILE", line 13: While parsing transaction: > 2012/03/xx Error: Invalid date: 2012/03/xx -While parsing file "$FILE", line 18: +While parsing file "$FILE", line 18: While parsing posting: G AAA ^^^ Error: No quantity specified for amount -While parsing file "$FILE", line 22: +While parsing file "$FILE", line 22: While parsing posting: I 1,00.00 EUR ^^^^^^^^^^^ Error: Incorrect use of thousand-mark comma -While parsing file "$FILE", line 27: +While parsing file "$FILE", line 27: While balancing transaction from "$FILE", lines 25-27: > 2012-03-27 * Test > K 100.00 EUR |