Skip to content

Commit 944195e

Browse files
oxc-botBoshen
andauthored
update fixtures (#72)
Co-authored-by: Boshen <[email protected]>
1 parent 3bb9782 commit 944195e

File tree

53 files changed

+29949
-101
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

53 files changed

+29949
-101
lines changed

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@
77
"type": "module",
88
"scripts": {
99
"init": "pnpm run '/^clone-*/'",
10-
"clone-test262": "just clone-submodule submodules/test262 https://github.com/tc39/test262.git baa48a416c9e9abd698a9010378eccf3d1f4ed1e",
10+
"clone-test262": "just clone-submodule submodules/test262 https://github.com/tc39/test262.git b947715fdda79a420b253821c1cc52272a77222d",
1111
"clone-acorn-jsx": "just clone-submodule submodules/acorn-jsx https://github.com/acornjs/acorn-jsx.git 8ed96d6ddec2065204ba07d924bb2e7bca539ea6",
12-
"clone-typescript": "just clone-submodule submodules/typescript https://github.com/microsoft/TypeScript.git 261630d650c0c961860187bebc86e25c3707c05d",
12+
"clone-typescript": "just clone-submodule submodules/typescript https://github.com/microsoft/TypeScript.git e635bb97f59c892f62c5061cbfeab5af211d743c",
1313
"start": "pnpm run gen-test262 && pnpm run gen-acorn-jsx && pnpm run gen-typescript",
1414
"gen-test262": "node src/test262.js",
1515
"gen-acorn-jsx": "node src/acorn-jsx.js",

tests/test262/test/built-ins/Iterator/concat/fresh-iterator-result.json

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -449,39 +449,39 @@
449449
},
450450
"property": {
451451
"type": "Identifier",
452-
"name": "sameValue",
452+
"name": "notSameValue",
453453
"start": 1107,
454-
"end": 1116
454+
"end": 1119
455455
},
456456
"optional": false,
457457
"computed": false,
458458
"start": 1100,
459-
"end": 1116
459+
"end": 1119
460460
},
461461
"arguments": [
462462
{
463463
"type": "Identifier",
464464
"name": "iterResult",
465-
"start": 1117,
466-
"end": 1127
465+
"start": 1120,
466+
"end": 1130
467467
},
468468
{
469469
"type": "Identifier",
470470
"name": "oldIterResult",
471-
"start": 1129,
472-
"end": 1142
471+
"start": 1132,
472+
"end": 1145
473473
}
474474
],
475475
"optional": false,
476476
"start": 1100,
477-
"end": 1143
477+
"end": 1146
478478
},
479479
"start": 1100,
480-
"end": 1144
480+
"end": 1147
481481
}
482482
],
483483
"sourceType": "script",
484484
"hashbang": null,
485485
"start": 0,
486-
"end": 1145
486+
"end": 1148
487487
}

0 commit comments

Comments
 (0)