failing test case for comment at end of block
This commit is contained in:
@@ -29,3 +29,10 @@
|
||||
rassert b
|
||||
rassert fluffers
|
||||
(Assert.pass))
|
||||
|
||||
(function _testCommentAtBlockEnd []
|
||||
{
|
||||
(+ 1 2)
|
||||
// Comment
|
||||
}
|
||||
(Assert.pass))
|
||||
|
Reference in New Issue
Block a user