]> zoso.dev Git - buffer.git/commit
Pull in new test files from Node.js core that are passing!
authorFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 07:35:03 +0000 (23:35 -0800)
committerFeross Aboukhadijeh <feross@feross.org>
Fri, 16 Feb 2018 07:35:03 +0000 (23:35 -0800)
commit7479d657683103ed33e564489f675176c57aee7e
treebd04cab9dac8ce9b6240d7c3ca603f27dbb620f5
parent40e69f932d217d01ec6187ee61a8429d6c5c55ba
Pull in new test files from Node.js core that are passing!
18 files changed:
test/node/test-buffer-arraybuffer.js
test/node/test-buffer-ascii.js
test/node/test-buffer-badhex.js
test/node/test-buffer-failed-alloc-typed-arrays.js [new file with mode: 0644]
test/node/test-buffer-inheritance.js
test/node/test-buffer-isencoding.js [new file with mode: 0644]
test/node/test-buffer-iterator.js
test/node/test-buffer-parent-property.js [new file with mode: 0644]
test/node/test-buffer-prototype-inspect.js [new file with mode: 0644]
test/node/test-buffer-safe-unsafe.js
test/node/test-buffer-slice.js [new file with mode: 0644]
test/node/test-buffer-swap.js
test/node/test-buffer-tojson.js [new file with mode: 0644]
test/node/test-buffer-tostring.js [new file with mode: 0644]
test/node/test-buffer-write.js [new file with mode: 0644]
test/node/test-buffer-zero-fill-cli.js
test/node/test-buffer-zero-fill-reset.js
test/node/test-buffer-zero-fill.js [new file with mode: 0644]