From 1020e9d0059f351a38ec693fd9b63d3f62413836 Mon Sep 17 00:00:00 2001 From: Masaya Tojo Date: Fri, 4 Oct 2024 02:38:42 +0900 Subject: CI 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 18d9022..eb868f8 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 c) +(test-equal '(+ a b) (infix->prefix '(a + (b + c)))) (test-equal '(- a b c) -- cgit v1.2.3