@@ -182,7 +182,7 @@ asyncTest('When re-throwing new errors in a promise catch, only the' +
182182 } ) ;
183183} ) ;
184184
185- asyncTest ( 'Test params of unhandledRejection for a synchronously-rejected' +
185+ asyncTest ( 'Test params of unhandledRejection for a synchronously-rejected ' +
186186 'promise' , function ( done ) {
187187 const e = new Error ( ) ;
188188 onUnhandledSucceed ( done , function ( reason , promise ) {
@@ -294,7 +294,7 @@ asyncTest('While inside setImmediate, catching a rejected promise derived ' +
294294} ) ;
295295
296296// State adapation tests
297- asyncTest ( 'catching a promise which is asynchronously rejected (via' +
297+ asyncTest ( 'catching a promise which is asynchronously rejected (via ' +
298298 'resolution to an asynchronously-rejected promise) prevents' +
299299 ' unhandledRejection' , function ( done ) {
300300 const e = new Error ( ) ;
@@ -381,7 +381,7 @@ asyncTest(
381381) ;
382382
383383// Combinations with Promise.all
384- asyncTest ( 'Catching the Promise.all() of a collection that includes a' +
384+ asyncTest ( 'Catching the Promise.all() of a collection that includes a ' +
385385 'rejected promise prevents unhandledRejection' , function ( done ) {
386386 const e = new Error ( ) ;
387387 onUnhandledFail ( done ) ;
@@ -666,7 +666,7 @@ asyncTest('nextTick is immediately scheduled when called inside an event' +
666666} ) ;
667667
668668asyncTest ( 'Throwing an error inside a rejectionHandled handler goes to' +
669- ' unhandledException, and does not cause .catch() to throw an' +
669+ ' unhandledException, and does not cause .catch() to throw an ' +
670670 'exception' , function ( done ) {
671671 clean ( ) ;
672672 const e = new Error ( ) ;
0 commit comments