test: increase test coverage of BufferList by joyeecheung · Pull Request #10171 · nodejs/node

@nodejs-github-bot added the test

Issues and PRs related to the tests.

label

Dec 7, 2016

@mscdex mscdex added the stream

Issues and PRs related to the stream subsystem.

label

Dec 7, 2016

Fishrock123

italoacasas

italoacasas

@joyeecheung

Add tests for edges cases of BufferList

- test operations when the length is 0
- test operations when the list only has one element

addaleax

Fishrock123 pushed a commit that referenced this pull request

Dec 13, 2016
Add tests for edges cases of BufferList:
- test operations when the length is 0
- test operations when the list only has one element

PR-URL: #10171
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins pushed a commit that referenced this pull request

Jan 16, 2017
Add tests for edges cases of BufferList:
- test operations when the length is 0
- test operations when the list only has one element

PR-URL: #10171
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins pushed a commit that referenced this pull request

Jan 24, 2017
Add tests for edges cases of BufferList:
- test operations when the length is 0
- test operations when the list only has one element

PR-URL: #10171
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>

MylesBorins pushed a commit that referenced this pull request

Jan 31, 2017
Add tests for edges cases of BufferList:
- test operations when the length is 0
- test operations when the list only has one element

PR-URL: #10171
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anna Henningsen <anna@addaleax.net>