Correct typos in test description

This commit is contained in:
Mike Pennisi 2015-05-25 14:27:46 -04:00
parent a62932fc42
commit 332c4dab05
3 changed files with 4 additions and 4 deletions

View File

@ -3,8 +3,8 @@
/*--- /*---
es6id: 25.3.1.4 es6id: 25.3.1.4
description: > description: >
Resuming abuptly from a generator in the 'completed' state should honor the Resuming abruptly from a generator in the 'completed' state should honor
abrupt completion and remain in the 'completed' state. the abrupt completion and remain in the 'completed' state.
---*/ ---*/
function E() {} function E() {}

View File

@ -3,7 +3,7 @@
/*--- /*---
es6id: 25.3.1.4 es6id: 25.3.1.4
description: > description: >
Resuming abuptly from a generator in the 'suspendedStart' state should Resuming abruptly from a generator in the 'suspendedStart' state should
honor the abrupt completion and trigger a transition into the 'completed' honor the abrupt completion and trigger a transition into the 'completed'
state. state.
---*/ ---*/

View File

@ -3,7 +3,7 @@
/*--- /*---
es6id: 25.3.1.4 es6id: 25.3.1.4
description: > description: >
When a generator is puased after a `try..catch` statement, `throw` should When a generator is paused after a `try..catch` statement, `throw` should
interrupt control flow as if a `throw` statement had appeared at that interrupt control flow as if a `throw` statement had appeared at that
location in the function body. location in the function body.
---*/ ---*/