aboutsummaryrefslogtreecommitdiffstats
path: root/lib/stdlib/test/maps_SUITE.erl
AgeCommit message (Collapse)Author
2015-04-13stdlib: Correct maps module exceptions upon errorsBjörn-Egil Dahlberg
Bad input to maps module function will now yield exceptions: * {badmap,NotMap} or, * badarg
2014-08-26stdlib: Test maps:with/2Björn-Egil Dahlberg
2014-04-15Add docs and test for maps:get/3Sergey Abramyan