Jon1337228's picture
download
raw
268 Bytes
var test = require('tape');
var inspect = require('../');
var obj = { x: 'a\r\nb', y: '\x05! \x1f \x12' };
test('interpolate low bytes', function (t) {
t.plan(1);
t.equal(
inspect(obj),
"{ x: 'a\\r\\nb', y: '\\x05! \\x1F \\x12' }"
);
});

Xet Storage Details

Size:
268 Bytes
·
Xet hash:
242958672d7fd8f2784d6b3cdbf92da86a7f67117596ef06105fe48a8dcfb290

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.