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 >>>