diff options
Diffstat (limited to 'tnslc/tests')
-rw-r--r-- | tnslc/tests/simple/comments.tnsl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/tnslc/tests/simple/comments.tnsl b/tnslc/tests/simple/comments.tnsl index dbece20..36079e4 100644 --- a/tnslc/tests/simple/comments.tnsl +++ b/tnslc/tests/simple/comments.tnsl @@ -24,7 +24,8 @@ # It is a doc comment of a code block because it starts with '/##' instead of '/#' # and ends with '# ;' which ends the comment and opens a block. # This doc comment is on the main function -#; main /# Comment inside function declaration #/ [int /# Comment inside this list of outputs #/ ] +#/ +/; main /# Comment inside function declaration #/ [int /# Comment inside this list of outputs #/ ] return 0 # line comment inside a function /# Block comment inside function #/ ;/ |