Fixing the comment-at-end-of-file bug (PR#11982)

original commit: d78fccb75bd29ce5ca5abb090109410a7759ca1e
This commit is contained in:
Danny Yoo 2011-06-16 11:59:22 -04:00 committed by Eli Barzilay
parent 88e9704a8b
commit ba61cf64e8

View File

@ -416,6 +416,10 @@ fo@o -@-> fo@o
-@-> -@->
(foo "bar " "\n" "baz") (foo "bar " "\n" "baz")
--- ---
hello @; comment at eof
-@->
hello
---
@foo{bar @;{a balanced comment} baz} @foo{bar @;{a balanced comment} baz}
-@-> -@->
(foo "bar baz") (foo "bar baz")