Skip to content
Snippets Groups Projects
Unverified Commit 7ea8043f authored by Leo Balter's avatar Leo Balter
Browse files

rewrite values for yield star

parent 9a7fa8cb
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment