ChaiScript/unittests/map_access.chai

3 lines
56 B
ChaiScript

auto x = {"bob":2, "fred":3}
assert_equal(3, x["fred"])