rewrite values for yield star

This commit is contained in:
Leo Balter 2018-08-21 12:06:28 -04:00
parent 9a7fa8cb91
commit 7ea8043fca
No known key found for this signature in database
GPG Key ID: 2C75F319D398E36B
1 changed files with 6 additions and 6 deletions

View File

@ -99,12 +99,12 @@ static get ZW_\u200D_J() {
//- assertions
Promise.all([
C.$(1).next(),
C._(1).next(),
C.\u{6F}(1).next(),
C.\u2118(1).next(),
C.ZW_\u200C_NJ(1).next(),
C.ZW_\u200D_J(1).next(),
C.$([1]).next(),
C._([1]).next(),
C.\u{6F}([1]).next(),
C.\u2118([1]).next(),
C.ZW_\u200C_NJ([1]).next(),
C.ZW_\u200D_J([1]).next(),
]).then(results => {
assert.sameValue(results[0].value, 1);