Fix comment at end of list problem
This commit is contained in:
9
kiss/src/test/cases/CommentAtEndOfListTestCase.hx
Normal file
9
kiss/src/test/cases/CommentAtEndOfListTestCase.hx
Normal file
@@ -0,0 +1,9 @@
|
||||
package test.cases;
|
||||
|
||||
import utest.Assert;
|
||||
import utest.Test;
|
||||
import kiss.Prelude;
|
||||
import kiss.List;
|
||||
|
||||
@:build(kiss.Kiss.build("kiss/src/test/cases/CommentAtEndOfListTestCase.kiss"))
|
||||
class CommentAtEndOfListTestCase extends Test {}
|
@@ -1,4 +1,4 @@
|
||||
(defun myFun []
|
||||
(deflocal something 5)
|
||||
// TODO This comment causes a hard-to-track-down error!
|
||||
// This comment used to cause a hard-to-track-down error!
|
||||
)
|
Reference in New Issue
Block a user