]> git.mdlowis.com Git - proto/cerise-c.git/commitdiff
dictionaries are working as expected now. Still some weirdness on handling comparison...
authorMike Lowis <mike.lowis@gentex.com>
Wed, 19 Jun 2024 20:16:45 +0000 (16:16 -0400)
committerMike Lowis <mike.lowis@gentex.com>
Wed, 19 Jun 2024 20:16:45 +0000 (16:16 -0400)
cerise-c.m

index f37fc59271f649d7ac4f0a0cd4198c74240746f3..e1b7fa71d912dac54dca63cbf9a319baf774b9c6 100644 (file)
@@ -102,7 +102,6 @@ TestHashOps()
     def item = 42
     set hash["foo"] = item
     assert hash["foo"] == 42
-    assert hash["foo"] == "bar"
     assert hash["baz"] == "boo"
 }