File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -64,8 +64,6 @@ test("globals", async () => {
6464 "error": null,
6565 "stderr": "",
6666 "stdout": "
67- Object: function (CW)
68- Function: function (CW)
6967 Error: function (CW)
7068 EvalError: function (CW)
7169 RangeError: function (CW)
@@ -76,6 +74,9 @@ test("globals", async () => {
7674 InternalError: function (CW)
7775 AggregateError: function (CW)
7876 Array: function (CW)
77+ Object: function (CW)
78+ Function: function (CW)
79+ Iterator: function (CW)
7980 parseInt: function (CW)
8081 parseFloat: function (CW)
8182 isNaN: function (CW)
@@ -89,13 +90,13 @@ test("globals", async () => {
8990 Infinity: number readonly ()
9091 NaN: number readonly ()
9192 undefined: undefined readonly ()
93+ eval: function (CW)
9294 Number: function (CW)
9395 Boolean: function (CW)
9496 String: function (CW)
9597 Math: object (CW)
9698 Reflect: object (CW)
9799 Symbol: function (CW)
98- eval: function (CW)
99100 globalThis: object readonly (CW)
100101 BigInt: function (CW)
101102 Date: function (CW)
@@ -117,6 +118,7 @@ test("globals", async () => {
117118 Uint32Array: function (CW)
118119 BigInt64Array: function (CW)
119120 BigUint64Array: function (CW)
121+ Float16Array: function (CW)
120122 Float32Array: function (CW)
121123 Float64Array: function (CW)
122124 DataView: function (CW)
Original file line number Diff line number Diff line change @@ -78,9 +78,9 @@ test("grepString", async () => {
7878 matches: [
7979 "bl"
8080
81- groups: undefined
8281 index: 0
8382 input: "blah bla"
83+ groups: undefined
8484 ]
8585 }
8686 {
@@ -89,9 +89,9 @@ test("grepString", async () => {
8989 matches: [
9090 "bl"
9191
92- groups: undefined
9392 index: 8
9493 input: "one two bl"
94+ groups: undefined
9595 ]
9696 }
9797 {
@@ -100,9 +100,9 @@ test("grepString", async () => {
100100 matches: [
101101 "bb"
102102
103- groups: undefined
104103 index: 8
105104 input: "rah rah bb"
105+ groups: undefined
106106 ]
107107 }
108108 ]
@@ -187,9 +187,9 @@ test("String.prototype.grep", async () => {
187187 matches: [
188188 "bl"
189189
190- groups: undefined
191190 index: 0
192191 input: "blah bla"
192+ groups: undefined
193193 ]
194194 }
195195 {
@@ -198,9 +198,9 @@ test("String.prototype.grep", async () => {
198198 matches: [
199199 "bl"
200200
201- groups: undefined
202201 index: 8
203202 input: "one two bl"
203+ groups: undefined
204204 ]
205205 }
206206 {
@@ -209,9 +209,9 @@ test("String.prototype.grep", async () => {
209209 matches: [
210210 "bb"
211211
212- groups: undefined
213212 index: 8
214213 input: "rah rah bb"
214+ groups: undefined
215215 ]
216216 }
217217 ]
@@ -296,9 +296,9 @@ test("grepFile", async () => {
296296 matches: [
297297 "bl"
298298
299- groups: undefined
300299 index: 0
301300 input: "blah bla"
301+ groups: undefined
302302 ]
303303 }
304304 {
@@ -307,9 +307,9 @@ test("grepFile", async () => {
307307 matches: [
308308 "bl"
309309
310- groups: undefined
311310 index: 8
312311 input: "one two bl"
312+ groups: undefined
313313 ]
314314 }
315315 {
@@ -318,9 +318,9 @@ test("grepFile", async () => {
318318 matches: [
319319 "bb"
320320
321- groups: undefined
322321 index: 8
323322 input: "rah rah bb"
323+ groups: undefined
324324 ]
325325 }
326326 ]
You can’t perform that action at this time.
0 commit comments