summaryrefslogtreecommitdiff
path: root/test/parallel/test-string-decoder.js
Commit message (Expand)AuthorAgeFilesLines
* test: guard large string decoder allocationMichaël Zasso2021-01-051-6/+8
* string_decoder: throw ERR_STRING_TOO_LONG for UTF-8Michaël Zasso2020-12-311-0/+7
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-6/+6
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-2/+2
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* test: fix uses of deprecated assert.fail with multiple argsivan.filenko2018-11-101-1/+1
* string_decoder: fix number of replacement charsAnna Henningsen2018-09-241-0/+11
* string_decoder: support typed array or data viewBenjamin Chen2018-09-171-2/+13
* src: allow UTF-16 in generic StringBytes decode callAnna Henningsen2018-09-031-0/+8
* test: improve code coverage for string decoderBenjamin Chen2018-08-241-0/+10
* test: string-decorater.lastCharMasashi Hirano2018-06-041-1/+2
* string_decoder: fix regressionsAnatoli Papirovski2018-02-131-0/+10
* string_decoder: reimplement in C++Anna Henningsen2018-02-101-0/+4
* test: change test expectation for string decoderMarja Hölttä2017-12-061-1/+5
* test: use template literals in test-string-decoderEdward Andrew Robinson2017-10-101-5/+5
* string_decoder: Migrate to use internal/errorsWeijia Wang2017-09-131-7/+17
* test: fix RegExp nitsVse Mozhet Byt2017-06-211-1/+2
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-1/+1
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: add coverage for utf8CheckIncomplete()xiaoyu2017-02-181-0/+3
* string_decoder: align UTF-8 handling with V8Brian White2017-01-261-10/+5
* test: increase coverage of string-decoderabouthiroppy2017-01-211-2/+10
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-11/+11
* test: use const for all require() callscjihrig2017-01-021-3/+3
* test: add more UTF-8 StringDecoder testsMartin von Gagern2016-06-231-0/+30
* string_decoder: fix bad utf8 character handlingBrian White2016-06-231-1/+1
* string_decoder: rewrite implementationBrian White2016-05-291-3/+47
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-1/+1
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-8/+7
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* deps: update v8 to 4.4.63.9Ben Noordhuis2015-08-041-3/+0
* test: enable linting for testsRoman Reiss2015-05-191-7/+8
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+122