From a09b56609dfd645bdaa97b6d6b9ffee06892e8e4 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Thu, 16 Sep 2021 15:03:28 +0900 Subject: Fix `if` syntax. * vikalpa.scm (rewrite/eval): Fix `if` syntax. --- tests/test-vikalpa-equal-t-nil.scm | 3 +++ 1 file changed, 3 insertions(+) (limited to 'tests/test-vikalpa-equal-t-nil.scm') diff --git a/tests/test-vikalpa-equal-t-nil.scm b/tests/test-vikalpa-equal-t-nil.scm index 251fd10..f3ce61f 100644 --- a/tests/test-vikalpa-equal-t-nil.scm +++ b/tests/test-vikalpa-equal-t-nil.scm @@ -429,4 +429,7 @@ (test-equal '() (system-check (test))) +(test-equal '(result/expr (quote b)) + (system-eval (test) '(if 'nil 'a 'b))) + (test-end "test-vikalpa-equal-t-nil") -- cgit v1.2.3