5 [1, 2, [3, 4, [5, 6, [7, 8, 9]]]];
8 return [4, 5, [6, 7, 8]];
14 ["resolve", "done", "bla", "resolved"],
15 ["reject", "fail", "lorem", "rejected"],
19 ["notify", "progress", "ipsum"]
29 // rocambole issue with sparse arrays
31 // sparse arrays indentation is tricky!
47 // issue #165 (MemberExpression)
49 "grunt-contrib-concat",
50 "grunt-contrib-watch",
51 "grunt-contrib-jshint",
53 ].forEach(function(task) {
54 grunt.loadNpmTasks(task);