fix seg fault in dictionary creation
This commit is contained in:
2
tests/hashmap_creation_seg_fault.ar
Normal file
2
tests/hashmap_creation_seg_fault.ar
Normal file
@@ -0,0 +1,2 @@
|
||||
while (true) do
|
||||
{"z": 1, "b": 2, "c": 3, "a": 7}
|
||||
6
tests/hashmap_order.ar
Normal file
6
tests/hashmap_order.ar
Normal file
@@ -0,0 +1,6 @@
|
||||
x = {}
|
||||
x.z = 1
|
||||
x.b = 2
|
||||
x.c = 3
|
||||
x.a = 7
|
||||
term.log(x)
|
||||
Reference in New Issue
Block a user