From 3533f3d0c3121660170b8b09a7884ec8d23b9307 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Fri, 10 Jul 2009 17:21:30 +0000 Subject: [PATCH] parsing: another comment test --- tests/comment-line-after-postings.test | 11 +++++++++++ tests/commented-posting.test | 2 +- 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 tests/comment-line-after-postings.test diff --git a/tests/comment-line-after-postings.test b/tests/comment-line-after-postings.test new file mode 100644 index 000000000..aff2dc92c --- /dev/null +++ b/tests/comment-line-after-postings.test @@ -0,0 +1,11 @@ +print +<<< +2009/01/01 x + a 1 + b +; comment line after postings +>>> +2009/01/01 x + a 1 + b + diff --git a/tests/commented-posting.test b/tests/commented-posting.test index 51d8c094c..615a95253 100644 --- a/tests/commented-posting.test +++ b/tests/commented-posting.test @@ -1,7 +1,7 @@ print <<< 2009/01/01 x - ; comment line + ; comment line within postings a 1 b >>>