aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/string-escapes.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-10 00:44:01 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-03-10 00:44:01 -0800
commit69eeff1f76ab617982a43bf8d57208ed9706f66b (patch)
treed7ea039608389723b74091bca671aa0d9a70682c /integration/snapshots/string-escapes.debug.js
parent4204baabe6d94a6e51b360e9c35fcda43fcbdc70 (diff)
downloadbun-69eeff1f76ab617982a43bf8d57208ed9706f66b.tar.gz
bun-69eeff1f76ab617982a43bf8d57208ed9706f66b.tar.zst
bun-69eeff1f76ab617982a43bf8d57208ed9706f66b.zip
console.log(<JSX>) support
Diffstat (limited to 'integration/snapshots/string-escapes.debug.js')
-rw-r--r--integration/snapshots/string-escapes.debug.js76
1 files changed, 38 insertions, 38 deletions
diff --git a/integration/snapshots/string-escapes.debug.js b/integration/snapshots/string-escapes.debug.js
index 13935ef78..f79d78ae2 100644
--- a/integration/snapshots/string-escapes.debug.js
+++ b/integration/snapshots/string-escapes.debug.js
@@ -9,7 +9,7 @@ var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment;
var tab = "\t";
var f = "";
-var f = "₇";
+var f = "\u2087";
var obj = {
"\r\n": "\r\n",
"\n": "\n",
@@ -19,16 +19,16 @@ var obj = {
"\u2028": "\u2028",
"\u2029": "\u2029",
"\0": "\0\xA0null byte",
- "😊": "😊",
- "😃": "😃",
- "🕵🏽‍♂️": "🕵🏽‍♂️",
- "㋡": "㋡",
- "☺": "☺",
- シ: "シ",
- "👋": "👋",
+ "\uD83D\uDE0A": "\uD83D\uDE0A",
+ "\uD83D\uDE03": "\uD83D\uDE03",
+ "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F": "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F",
+ "\u32E1": "\u32E1",
+ "\u263A": "\u263A",
+ シ: "\u30B7",
+ "\uD83D\uDC4B": "\uD83D\uDC4B",
f,
- "☹": "☹",
- "☻": "☻",
+ "\u2639": "\u2639",
+ "\u263B": "\u263B",
children: 123
};
const encoder = new TextEncoder;
@@ -320,7 +320,7 @@ const correctEncodedObj = [
];
export const jsxVariants = jsx(JSXFrag, {
children: [
- '"\\r\\n": "\\r\\n", "\\n": "\\n", "\\t": "\\t", "\\f": "\\f", "\\v": "\\v", "\\u2028": "\\u2028", "\\u2029": "\\u2029", "😊": "😊", "😃": "😃", "🕵🏽‍♂️": "🕵🏽‍♂️", "㋡": "㋡", "☺": "☺", シ: "シ", "👋": "👋", f: f, "☹": "☹", "☻": "☻", children: 123,',
+ '"\\r\\n": "\\r\\n", "\\n": "\\n", "\\t": "\\t", "\\f": "\\f", "\\v": "\\v", "\\u2028": "\\u2028", "\\u2029": "\\u2029", "\uD83D\uDE0A": "\uD83D\uDE0A", "\uD83D\uDE03": "\uD83D\uDE03", "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F": "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F", "\u32E1": "\u32E1", "\u263A": "\u263A", \u30B7: "\u30B7", "\uD83D\uDC4B": "\uD83D\uDC4B", f: f, "\u2639": "\u2639", "\u263B": "\u263B", children: 123,',
jsx("div", {
data: "\r\n"
}, undefined, false, undefined, this),
@@ -343,31 +343,31 @@ export const jsxVariants = jsx(JSXFrag, {
data: "\\u2029"
}, undefined, false, undefined, this),
jsx("div", {
- data: "😊"
+ data: "\uD83D\uDE0A"
}, undefined, false, undefined, this),
jsx("div", {
- data: "😃"
+ data: "\uD83D\uDE03"
}, undefined, false, undefined, this),
jsx("div", {
- data: "🕵🏽‍♂️"
+ data: "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F"
}, undefined, false, undefined, this),
jsx("div", {
- data: "㋡"
+ data: "\u32E1"
}, undefined, false, undefined, this),
jsx("div", {
- data: "☺"
+ data: "\u263A"
}, undefined, false, undefined, this),
jsx("div", {
- data: "シ"
+ data: "\u30B7"
}, undefined, false, undefined, this),
jsx("div", {
- data: "👋"
+ data: "\uD83D\uDC4B"
}, undefined, false, undefined, this),
jsx("div", {
- data: "☹"
+ data: "\u2639"
}, undefined, false, undefined, this),
jsx("div", {
- data: "☻"
+ data: "\u263B"
}, undefined, false, undefined, this),
jsx("div", {
data: "123"
@@ -400,41 +400,41 @@ export const jsxVariants = jsx(JSXFrag, {
jsx("div", {
children: "\u2029"
}, undefined, false, undefined, this),
- jsx("div", {}, "😊", false, undefined, this),
+ jsx("div", {}, "\uD83D\uDE0A", false, undefined, this),
jsx("div", {
- children: "😊"
+ children: "\uD83D\uDE0A"
}, undefined, false, undefined, this),
- jsx("div", {}, "😃", false, undefined, this),
+ jsx("div", {}, "\uD83D\uDE03", false, undefined, this),
jsx("div", {
- children: "😃"
+ children: "\uD83D\uDE03"
}, undefined, false, undefined, this),
- jsx("div", {}, "🕵🏽‍♂️", false, undefined, this),
+ jsx("div", {}, "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F", false, undefined, this),
jsx("div", {
- children: "🕵🏽‍♂️"
+ children: "\uD83D\uDD75\uD83C\uDFFD\u200D\u2642\uFE0F"
}, undefined, false, undefined, this),
- jsx("div", {}, "㋡", false, undefined, this),
+ jsx("div", {}, "\u32E1", false, undefined, this),
jsx("div", {
- children: "㋡"
+ children: "\u32E1"
}, undefined, false, undefined, this),
- jsx("div", {}, "☺", false, undefined, this),
+ jsx("div", {}, "\u263A", false, undefined, this),
jsx("div", {
- children: "☺"
+ children: "\u263A"
}, undefined, false, undefined, this),
- jsx("div", {}, "シ", false, undefined, this),
+ jsx("div", {}, "\u30B7", false, undefined, this),
jsx("div", {
- children: "シ"
+ children: "\u30B7"
}, undefined, false, undefined, this),
- jsx("div", {}, "👋", false, undefined, this),
+ jsx("div", {}, "\uD83D\uDC4B", false, undefined, this),
jsx("div", {
- children: "👋"
+ children: "\uD83D\uDC4B"
}, undefined, false, undefined, this),
- jsx("div", {}, "☹", false, undefined, this),
+ jsx("div", {}, "\u2639", false, undefined, this),
jsx("div", {
- children: "☹"
+ children: "\u2639"
}, undefined, false, undefined, this),
- jsx("div", {}, "☻", false, undefined, this),
+ jsx("div", {}, "\u263B", false, undefined, this),
jsx("div", {
- children: "☻"
+ children: "\u263B"
}, undefined, false, undefined, this),
jsx("div", {}, "123", false, undefined, this),
jsx("div", {