X-Git-Url: http://git.lukelau.me/?p=scheme.git;a=blobdiff_plain;f=tests.scm;fp=tests.scm;h=0c11e89714b89d309cae775cc7f47d3d800e752f;hp=7185032945aab633c43d3fcf0b0f1c24d55d0eb9;hb=061f7cd9efa96f5d4e7206ec89931f9fd8421a6c;hpb=e66dabdbc34b1bf5d59cf2596ced19525661a378 diff --git a/tests.scm b/tests.scm index 7185032..0c11e89 100644 --- a/tests.scm +++ b/tests.scm @@ -295,8 +295,8 @@ (test-prog '((data Foo [a] [b] [c]) (let ([x b]) (case x - [a b] - [b a] - [c x]))) + [a 3] + [b 2] + [c 1]))) 2)