7 [1,2,[3,4,[5,6,[7,8,9]]]];
10 return [4,5,[6, 7 , 8 ]];
16 ["resolve", "done", "bla", "resolved"],
17 ["reject", "fail", "lorem", "rejected"],
21 ["notify", "progress", "ipsum"]
31 // rocambole issue with sparse arrays
33 // sparse arrays indentation is tricky!
49 // issue #165 (MemberExpression)
51 "grunt-contrib-concat",
52 "grunt-contrib-watch",
53 "grunt-contrib-jshint",
55 ].forEach(function( task ) {
56 grunt.loadNpmTasks( task );