1
0
forked from Mirror/wren
Files
wren/test/map/subscript_empty_map.wren
2015-01-28 19:19:04 -08:00

5 lines
122 B
Plaintext

// This is a regression test to ensure map handles a null entry array.
var map = {}
IO.print(map["key"]) // expect: null