failing test case for comment at end of block

This commit is contained in:
2021-10-27 16:02:21 -04:00
parent c7cc0de2e4
commit a0ccf1f0e1

View File

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