From 1100ac865074effb3a4735c7449779f7193b7d0c Mon Sep 17 00:00:00 2001 From: Kyle Gunger Date: Fri, 3 Dec 2021 18:25:03 -0500 Subject: General updates + Fill out eval a little and make sure that this builds. ~ CF kinda broken in AST. Gonna have to fix that. Upcoming Parser update. --- tests/comment-test.tnsl | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) (limited to 'tests/comment-test.tnsl') diff --git a/tests/comment-test.tnsl b/tests/comment-test.tnsl index 6643695..ffc6e3a 100644 --- a/tests/comment-test.tnsl +++ b/tests/comment-test.tnsl @@ -14,14 +14,16 @@ limitations under the License. #/ -;/# -#/; +/;/# +#/;/ + +;a a -a/# +;a/# #/a -/;/# -#/;/ +; /# +#/; /# Ok, so this should give no output either @@ -43,4 +45,4 @@ a# Comment end #; if (thing) ;; else if (other_thing) ;# Comment start -End #/ \ No newline at end of file +End #/ -- cgit v1.2.3