Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: add assertions to zero length buffer test
1) Add missing assertion that slicing a 0 length buffer does not throw 2) Add assertion that slicing a 0 length buffer has a length of 0 PR-URL: nodejs#8729 Reviewed-By: Sakthipriyan Vairamani <[email protected]> Reviewed-By: Ilkka Myller <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
- Loading branch information