Closed husio-org closed 11 years ago
@toots could you merge this and release a new version?
Hi, Could you also add tests? Thanks!
This failed before this PR:
test('buffer.slice sets indexes', function (t) {
t.equal((new Buffer('hallo')).slice(0, 5).toString(), 'hallo');
t.end();
});
Slicing, limited working implementation. Updating the slice will NOT update the parent, but otherwise works fine.