blob: aef626265d25a35c506428f2a69819591c3fcdf0 [file] [log] [blame]
assertEq(["a"].map(escape)[0], ["a"].map(function(s) {return escape(s);})[0]);