fix { reader macro comment error

This commit is contained in:
2021-10-28 15:12:04 -04:00
parent 1489ef0fba
commit a402bc6f2c
2 changed files with 15 additions and 9 deletions

View File

@@ -30,7 +30,11 @@
rassert fluffers
(Assert.pass))
(function _testCommentAtBlockEnd []
(function _testCommentAtBlockOrArrayEnd []
[
(+ 1 2)
// Comment
]
{
(+ 1 2)
// Comment