From 13044f9c8d5757b6885d78cb5f7f37770e3750ab Mon Sep 17 00:00:00 2001 From: Michael Budde Date: Sat, 23 Feb 2019 14:36:43 +0100 Subject: Reject postings with comment after flag Fixes #1753 --- test/regress/1753.test | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 test/regress/1753.test (limited to 'test/regress') diff --git a/test/regress/1753.test b/test/regress/1753.test new file mode 100644 index 00000000..4df9851b --- /dev/null +++ b/test/regress/1753.test @@ -0,0 +1,12 @@ +2018-01-02 * Account name starting with semicolon + * ;A 10.00 EUR + B + +test reg -> 1 +__ERROR__ +While parsing file "$FILE", line 2: +While parsing posting: + * ;A 10.00 EUR + +Error: Posting has no account +end test -- cgit v1.2.3