Fix bugs, add propper tests
This commit is contained in:
7
old_tests/tokeniser/comments.mcl
Normal file
7
old_tests/tokeniser/comments.mcl
Normal file
@@ -0,0 +1,7 @@
|
||||
|
||||
// Hello, this is a single line comment
|
||||
|
||||
/*
|
||||
And this is a multiline comment, which is
|
||||
useful for longer documentation
|
||||
*/
|
||||
Reference in New Issue
Block a user