added comment tests

java11
Sandy Brownlee 2 years ago
parent 3de9d5e0cc
commit 90977fb64f
  1. 5
      programs/hi-newcomment.tri
  2. 9
      programs/hi-newcomment2.tri

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

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