Skip to content

Commit

Permalink
Update test refs
Browse files Browse the repository at this point in the history
  • Loading branch information
kdy1 committed Jan 13, 2024
1 parent 0fbbf5c commit ac14078
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 deletions.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";("\x00");
"use strict";("\0");
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"use strict";("\x00x");
"use strict";("\0x");
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"\n\r \v\b\f\\'\"\x00";
"\n\r \v\b\f\\'\"\0";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"Hello\x00World";
"Hello\0World";
Original file line number Diff line number Diff line change
@@ -1 +1 @@
function a(){"use strict";"\x00"}
function a(){"use strict";"\0"}
Original file line number Diff line number Diff line change
@@ -1 +1 @@
("\x00");
("\0");
Original file line number Diff line number Diff line change
@@ -1 +1 @@
(function(){"use strict";"\x00"}());
(function(){"use strict";"\0"}());
Original file line number Diff line number Diff line change
@@ -1 +1 @@
("\x00");
("\0");
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/0b1fc7208759253b.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/3ae4f46daa688c58.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"use strict";
("\x00");
("\0");
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/3d2ab39608730a47.js
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
"use strict";
("\x00x");
("\0x");
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/4672c2ef688237c9.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"\n\r \v\b\f\\'\"\x00";
"\n\r \v\b\f\\'\"\0";
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/4fee4ac53bdfd7f7.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
"Hello\x00World";
"Hello\0World";
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/7c03e5eb6a9f6f1a.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
function a() {
"use strict";
"\x00";
"\0";
}
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/84f901eb37273117.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
("\x00");
("\0");
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/c7e5fba8bf3854cd.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
(function() {
"use strict";
"\x00";
"\0";
}());
2 changes: 1 addition & 1 deletion crates/swc_ecma_codegen/tests/test262/d81d71f4121e3193.js
Original file line number Diff line number Diff line change
@@ -1 +1 @@
("\x00");
("\0");

0 comments on commit ac14078

Please sign in to comment.