3 bar(1,'dolor');ipsum(3,{amet:true},'foo');
7 // should remove line breaks
12 // it should indent chained calls if there is a line break between each call
23 returned.promise().done(foo)
24 .done(newDefer.resolve)
25 .fail(newDefer.reject)
26 .progress(newDefer.notify);