Commit f09442acdd38394d85814b203cde18bcc0b4a10b

Thomas de Grivel 2024-09-01T21:46:44

fix test ikc3 op

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/ikc3/op.out.expected b/test/ikc3/op.out.expected
index d48a81d..aa5e338 100644
--- a/test/ikc3/op.out.expected
+++ b/test/ikc3/op.out.expected
@@ -11,7 +11,7 @@ to_lisp(quote 1 + 20 / 3 * 4)
 1 + 20 / 3 * 4 - 5
 20
 to_lisp(quote 1 + 20 / 3 * 4 - 5)
-[operator_sub, [operator_add, 1, [operator_mul, [operator_div, 20, 3], 4], 5]]
+[operator_sub, [operator_add, 1, [operator_mul, [operator_div, 20, 3], 4]], 5]
 20 / 3 * 4 - 5
 19
 to_lisp(quote 20 / 3 * 4 - 5)