@@ -95,6 +95,8 @@ testit helloworld3 "" "hello, world can't open file; err=no such file or directo
...
@@ -95,6 +95,8 @@ testit helloworld3 "" "hello, world can't open file; err=no such file or directo
testit echo"hello, world""hello, world"
testit echo"hello, world""hello, world"
testit sum"""6"
testit sum"""6"
testit strings """"
testit strings """"
testit defer """0 3210 2"
testit defer2 """Calling g. Printing in g 0 Printing in g 1 Printing in g 2 Printing in g 3 Panicking! Defer in g 3 Defer in g 2 Defer in g 1 Defer in g 0 Recovered in f 4 Returned normally from f."