Fix comment at end of list problem
This commit is contained in:
9
src/test/cases/CommentAtEndOfListTestCase.hx
Normal file
9
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 {}
|
Reference in New Issue
Block a user