aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/string-escapes.debug.js
diff options
context:
space:
mode:
authorGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
committerGravatar Jarred Sumner <jarred@jarredsumner.com> 2022-02-22 15:47:11 -0800
commitdfa3e19cbf1a4fefcad424b7a5a50569ce3d6864 (patch)
tree094f1617823b84956710a1a8c8a8d055e17f9a3d /integration/snapshots/string-escapes.debug.js
parentfbac824975d425dde279cd4b618aceb49c889d0d (diff)
downloadbun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.gz
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.tar.zst
bun-dfa3e19cbf1a4fefcad424b7a5a50569ce3d6864.zip
snaspshots
Diffstat (limited to 'integration/snapshots/string-escapes.debug.js')
-rw-r--r--integration/snapshots/string-escapes.debug.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/integration/snapshots/string-escapes.debug.js b/integration/snapshots/string-escapes.debug.js
index a220eab93..82dbc76e0 100644
--- a/integration/snapshots/string-escapes.debug.js
+++ b/integration/snapshots/string-escapes.debug.js
@@ -8,7 +8,6 @@ var JSXClassic = require($bbcd215f);
var jsx = require(JSX).jsxDEV, JSXFrag = require(JSXClassic).Fragment;
var tab = "\t";
-var シ = "wow";
var f = "";
var f = "₇";
var obj = {
@@ -319,7 +318,7 @@ const correctEncodedObj = [
51,
125
];
-const jsxVariants = jsx(JSXFrag, {
+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,',
jsx("div", {