Skip to content

Commit

Permalink
update test fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
JLHwung committed Oct 14, 2022
1 parent 0b15f8f commit f9e12dd
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 23 deletions.
@@ -1,16 +1 @@
/*1*/
for await
/* 2 */

/*3*/
(
/*4*/
using /*5*/fo
/*6*/
of
/*7*/
of
/*8*/
)
/*9*/
;
/*1*/for await /* 2 */ /*3*/( /*4*/using /*5*/fo /*6*/ of /*7*/of /*8*/) /*9*/;
@@ -1,6 +1,4 @@
{
using /* 1 */a = foo(),

/* 2 */
b = foo();
/* 2 */b = foo();
}
@@ -1,3 +1 @@
for (using /* 1 */a = foo(),
/* 2 */
b = foo();;);
for (using /* 1 */a = foo(), /* 2 */b = foo();;);
Expand Up @@ -15,7 +15,7 @@
"start":0,"end":31,"loc":{"start":{"line":1,"column":0,"index":0},"end":{"line":3,"column":1,"index":31}},
"body": {
"type": "Program",
"start":11,"end":31,"loc":{"start":{"line":2,"column":2,"index":11},"end":{"line":3,"column":1,"index":31}},
"start":11,"end":29,"loc":{"start":{"line":2,"column":2,"index":11},"end":{"line":2,"column":20,"index":29}},
"sourceType": "module",
"interpreter": null,
"body": [
Expand Down

0 comments on commit f9e12dd

Please sign in to comment.