aboutsummaryrefslogtreecommitdiff
path: root/integration/snapshots/string-escapes.hmr.debug.js
diff options
context:
space:
mode:
Diffstat (limited to 'integration/snapshots/string-escapes.hmr.debug.js')
-rw-r--r--integration/snapshots/string-escapes.hmr.debug.js8
1 files changed, 4 insertions, 4 deletions
diff --git a/integration/snapshots/string-escapes.hmr.debug.js b/integration/snapshots/string-escapes.hmr.debug.js
index 7a2d88ad1..19045846a 100644
--- a/integration/snapshots/string-escapes.hmr.debug.js
+++ b/integration/snapshots/string-escapes.hmr.debug.js
@@ -346,10 +346,10 @@ var hmr = new HMR(2482749838, "string-escapes.js"), exports = hmr.exports;
data: "\v"
}, undefined, false, undefined, this),
jsx("div", {
- data: "\u2028"
+ data: "\\u2028"
}, undefined, false, undefined, this),
jsx("div", {
- data: "\u2029"
+ data: "\\u2029"
}, undefined, false, undefined, this),
jsx("div", {
data: "😊"
@@ -401,11 +401,11 @@ var hmr = new HMR(2482749838, "string-escapes.js"), exports = hmr.exports;
jsx("div", {
children: "\v"
}, undefined, false, undefined, this),
- jsx("div", {}, "\u2028", false, undefined, this),
+ jsx("div", {}, "\\u2028", false, undefined, this),
jsx("div", {
children: "\u2028"
}, undefined, false, undefined, this),
- jsx("div", {}, "\u2029", false, undefined, this),
+ jsx("div", {}, "\\u2029", false, undefined, this),
jsx("div", {
children: "\u2029"
}, undefined, false, undefined, this),