fix hashmap to list missing items when they are in the same position in the list

This commit is contained in:
William Bell
2025-11-04 18:10:19 +00:00
parent 51c6bdcea9
commit 3e3df5595e
4 changed files with 20 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
x = {}
let x = {'p':1}
x.z = 1
x.b = 2
x.c = 3