From 308a427f3cdb2c7f618b0d48640d064b88bbbceb Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Sun, 21 Jul 2024 00:15:20 -0400 Subject: Basic tokenizer --- tnslc/tests/simple/comments.tnsl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'tnslc/tests/simple') 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 #/ ;/ -- cgit v1.2.3