From 94467e5b7f6b88580a443d494293acc044a17d54 Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Tue, 16 Jun 2009 17:05:28 +0100 Subject: Fixed a problem with accounts and trailing spaces This issue is caused by having a single space at the end of a posting that has neither an amount nor a note. Fixes C523E23F-CFAC-4A53-B0C6-21226640E763 --- test/regress/C523E23F.test | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 test/regress/C523E23F.test (limited to 'test/regress') diff --git a/test/regress/C523E23F.test b/test/regress/C523E23F.test new file mode 100644 index 00000000..b8b08e00 --- /dev/null +++ b/test/regress/C523E23F.test @@ -0,0 +1,21 @@ +bal +<<< +D 1.000,00€ + +2009/03/16 * denn's + ; Kauf: Yogi-Tee + Aufwand:Einkauf:Lebensmittel 17,94€ + Aktiva:Bank:Girokonto + +2009/03/24 Ansparen + Aktiva:Bank:Sparkonto 800,00€ + Aktiva:Bank:Girokonto +>>>1 + -17,94€ Aktiva:Bank + -817,94€ Girokonto + 800,00€ Sparkonto + 17,94€ Aufwand:Einkauf:Lebensmittel +-------------------- + 0 +>>>2 +=== 0 -- cgit v1.2.3