Submit
Path:
~
/
/
usr
/
local
/
lib
/
node_modules
/
npm
/
node_modules
/
JSONStream
/
node_modules
/
jsonparse
/
test
/
File Content:
surrogate.js
var test = require('tape'); var Parser = require('../'); test('parse surrogate pair', function (t) { t.plan(1); var p = new Parser(); p.onValue = function (value) { t.equal(value, '😋'); }; p.write('"\\uD83D\\uDE0B"'); }); test('parse chunked surrogate pair', function (t) { t.plan(1); var p = new Parser(); p.onValue = function (value) { t.equal(value, '😋'); }; p.write('"\\uD83D'); p.write('\\uDE0B"'); });
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
big-token.js
708 bytes
0644
boundary.js
2777 bytes
0644
offset.js
1715 bytes
0644
primitives.js
1240 bytes
0644
surrogate.js
451 bytes
0644
unvalid.js
251 bytes
0644
utf8.js
705 bytes
0644
N4ST4R_ID | Naxtarrr