added comment tests

This commit is contained in:
Sandy Brownlee 2022-09-08 09:23:04 +01:00
parent 3de9d5e0cc
commit 90977fb64f
2 changed files with 14 additions and 0 deletions

View File

@ -0,0 +1,5 @@
# new comment
begin
put('H'); put('i'); put('!')
end

View File

@ -0,0 +1,9 @@
# new comment
/*
* another new comment
*/
begin
put('H'); put('i'); put('!')
end