summaryrefslogtreecommitdiff
path: root/test/parallel/test-querystring.js
AgeCommit message (Expand)Author
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-10-15test: fix assertion arguments orderseantcoyote
2018-03-07benchmark,lib,test,tools: use consistent quotesRich Trott
2018-02-20lint: move eslint to new plugin systemGus Caplan
2018-02-16test: minor refactoringRuben Bridgewater
2018-02-16test: remove assert.doesNotThrow()Ruben Bridgewater
2017-11-29test: replace function with arrow functionLeko
2017-10-28querystring: convert to using internal/errorsRami Moshe
2017-07-27test: adjust indentation for stricter lintingRich Trott
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-12querystring: fix up lastPos usageTimothy Gu
2017-05-08test: refactor test-querystringŁukasz Szewczak
2017-05-01test,lib,doc: use function declarationsRich Trott
2017-04-04test: increase querystring coverageDavidCai
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-01test: add two test cases for querystringDaijiro Wachi
2017-02-23test: add two test cases for querystringDaijiro Wachi
2017-02-19test: add cases for unescape & unescapeBufferDaijiro Wachi
2017-02-16test: cases to querystring related to empty stringDaijiro Wachi
2017-02-13test: improve querystring.parse assertion messagesBrian White
2017-02-13querystring: fix empty pairs and optimize parse()Brian White
2017-02-02querystring, url: handle repeated sep in searchDaijiro Wachi
2017-01-25querystring: improve unescapeBuffer performanceBrian White
2017-01-25querystring: improve stringify() performanceBrian White
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2017-01-06benchmark,lib,test: adjust for lintingRich Trott
2017-01-02test: use const for all require() callscjihrig
2016-07-14test: cleanup IIFE testscjihrig
2016-04-22test,benchmark: use deepStrictEqual()Rich Trott
2016-04-18querystring: don't inherit from Object.prototypeBrian White
2016-03-26querystring: don't stringify bad surrogate pairBrian White
2016-02-12querystring: improve parse() performanceBrian White
2016-02-02test: fix variable redeclarationsRich Trott
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2015-12-26test: remove unnecessary assignmentsRich Trott
2015-05-19test: enable linting for testsRoman Reiss
2015-03-19querystring: parse numbers correctlyJeremiah Senkpiel
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny