X-Git-Url: https://git.lukelau.me/?p=scheme.git;a=blobdiff_plain;f=tests.scm;h=f078229dd6364f78ac5769341f8f53b8d3edad27;hp=67d8b306140d6502c363fe153227ee4445c6d60e;hb=e3f83f555562bb5681bdb1ae9a2842df49c20d28;hpb=b2dd1447521cd266a2a6fe1c0c48c5bff8a3c072 diff --git a/tests.scm b/tests.scm index 67d8b30..f078229 100644 --- a/tests.scm +++ b/tests.scm @@ -69,6 +69,7 @@ 'int) (test-prog '(+ 1 2) 3) +(test-prog '(bool->int (= 2 0)) 0) (test-prog '((lambda (x) ((lambda (y) (+ x y)) 42)) 100) 142) (test-prog '(* 10 5) 50)