From 1eb402e47472d68ed7e1409f9df9e811e913518d Mon Sep 17 00:00:00 2001 From: Jonathan Turner Date: Sat, 24 Sep 2011 14:14:37 -0600 Subject: [PATCH] Adding an access to a map literal which doesn't seem to be working (though it's vector counterpart does) --- unittests/map_literal_access.chai | 1 + 1 file changed, 1 insertion(+) create mode 100644 unittests/map_literal_access.chai diff --git a/unittests/map_literal_access.chai b/unittests/map_literal_access.chai new file mode 100644 index 0000000..d4a2623 --- /dev/null +++ b/unittests/map_literal_access.chai @@ -0,0 +1 @@ +assert_equal(1, {"bob":1,"fred":2}["bob"])