diff options
Diffstat (limited to 'integration/snapshots/string-escapes.debug.js')
-rw-r--r-- | integration/snapshots/string-escapes.debug.js | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/integration/snapshots/string-escapes.debug.js b/integration/snapshots/string-escapes.debug.js index 890d8355d..4a5c82b05 100644 --- a/integration/snapshots/string-escapes.debug.js +++ b/integration/snapshots/string-escapes.debug.js @@ -18,6 +18,7 @@ var obj = { "\v": "\v", "\u2028": "\u2028", "\u2029": "\u2029", + "\0": "\0\xA0null byte", "😊": "😊", "😃": "😃", "🕵🏽♂️": "🕵🏽♂️", @@ -121,6 +122,35 @@ const correctEncodedObj = [ 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, |