diff options
author | 2021-11-01 20:05:38 -0700 | |
---|---|---|
committer | 2021-11-01 20:05:38 -0700 | |
commit | 92b174b3156f317ae942f0be4ca89f05df99a4c6 (patch) | |
tree | 42f1db372a0ffa3c2fcebb04baad090c728e767e /integration/snapshots/string-escapes.hmr.debug.js | |
parent | 0ba9784be2fd56700652e85c563f931c6a2bb112 (diff) | |
download | bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.tar.gz bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.tar.zst bun-92b174b3156f317ae942f0be4ca89f05df99a4c6.zip |
Add Bun.js integration tests, but don't run them yet.
Diffstat (limited to 'integration/snapshots/string-escapes.hmr.debug.js')
-rw-r--r-- | integration/snapshots/string-escapes.hmr.debug.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/integration/snapshots/string-escapes.hmr.debug.js b/integration/snapshots/string-escapes.hmr.debug.js index 979c5da7e..7a2d88ad1 100644 --- a/integration/snapshots/string-escapes.hmr.debug.js +++ b/integration/snapshots/string-escapes.hmr.debug.js @@ -27,6 +27,7 @@ var hmr = new HMR(2482749838, "string-escapes.js"), exports = hmr.exports; "\v": "\v", "\u2028": "\u2028", "\u2029": "\u2029", + "\0": "\0\xA0null byte", "😊": "😊", "😃": "😃", "🕵🏽♂️": "🕵🏽♂️", @@ -130,6 +131,35 @@ var hmr = new HMR(2482749838, "string-escapes.js"), exports = hmr.exports; 34, 44, 34, + 92, + 117, + 48, + 48, + 48, + 48, + 34, + 58, + 34, + 92, + 117, + 48, + 48, + 48, + 48, + 194, + 160, + 110, + 117, + 108, + 108, + 32, + 98, + 121, + 116, + 101, + 34, + 44, + 34, 240, 159, 152, |