failing test case for comment at end of block

This commit is contained in:
2021-10-27 16:02:21 -04:00
parent 3612a5457d
commit 2107152d6a

View File

@@ -29,3 +29,10 @@
rassert b
rassert fluffers
(Assert.pass))
(function _testCommentAtBlockEnd []
{
(+ 1 2)
// Comment
}
(Assert.pass))