1
0
forked from Mirror/wren
Files
wren/test/core/map/empty_string_key.wren
2015-03-17 07:00:54 -07:00

6 lines
78 B
Plaintext

var map = {
"": "empty string"
}
IO.print(map[""]) // expect: empty string