Commit 5bf9523ef22fa6ea56fc24536ca9be82a12d9e09

Baptiste 2024-07-31T18:04:17

reworked str test

1
2
3
4
5
6
7
8
9
10
11
12
13
diff --git a/test/ikc3/str.out.expected b/test/ikc3/str.out.expected
index 6541d3b..6eae7e0 100644
--- a/test/ikc3/str.out.expected
+++ b/test/ikc3/str.out.expected
@@ -34,7 +34,7 @@
 "1 + 2 = #{1 + 2}"
 "1 + 2 = 3"
 "#{%{a: 1, b: 2}}"
-"%{a: 1, b: 2}"
+"%{a: (U8) 1, b: (U8) 2}"
 "#{%KC3.Operator{}}"
 "%KC3.Operator{sym: :+, symbol_value: ?, operator_precedence: (U8) 0, operator_associativity: :left}"
 "#{%KC3.Operator{sym: :-}}"