From 7dedd8a14e3a969626391dce208eff01e74816bc Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Fri, 11 Oct 2024 21:42:15 +0900 Subject: test --- tests/infix-to-prefix-tests.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/infix-to-prefix-tests.scm b/tests/infix-to-prefix-tests.scm index eb868f8..18d9022 100644 --- a/tests/infix-to-prefix-tests.scm +++ b/tests/infix-to-prefix-tests.scm @@ -27,7 +27,7 @@ (test-equal '(+ a b c) (infix->prefix '((a + b) + c))) -(test-equal '(+ a b) +(test-equal '(+ a b c) (infix->prefix '(a + (b + c)))) (test-equal '(- a b c) -- cgit v1.2.3