summaryrefslogtreecommitdiff
path: root/test/parallel/test-buffer-fill.js
Commit message (Expand)AuthorAgeFilesLines
* src: avoid hanging on Buffer#fill 0-length inputСковорода Никита Андреевич2018-06-111-0/+16
* test: fix spelling in test case commentsTobias Nießen2018-03-291-2/+2
* buffer: zero-fill buffer allocated with invalid contentAnna Henningsen2017-12-071-0/+6
* test: adjust indentation for stricter lintingRich Trott2017-07-281-28/+28
* buffer: remove error for malformatted hex stringRich Trott2017-03-281-4/+14
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-3/+3
* benchmark,lib,test: adjust for lintingRich Trott2017-01-061-7/+7
* buffer: fix single-character string fillingAnna Henningsen2016-12-121-1/+27
* buffer: handle UCS2 `.fill()` properly on BEAnna Henningsen2016-12-121-13/+10
* test: strictEqual() and RegExp in test-buffer-fill.jsJ Scott Chapman2016-12-051-16/+32
* buffer: fix range checks for slice()Trevor Norris2016-10-201-0/+76
* test: clean up / refactor buffer tests, remove duplicationJames M Snell2016-08-261-0/+47
* buffer: introduce latin1 encoding termTrevor Norris2016-06-071-0/+21
* test,benchmark: use deepStrictEqual()Rich Trott2016-04-221-10/+17
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-7/+7
* buffer: add encoding parameter to fill()Trevor Norris2016-02-101-0/+241