summaryrefslogtreecommitdiff
path: root/test/parallel/test-path-parse-format.js
AgeCommit message (Expand)Author
2019-03-28path: fix win32 parse regressionRuben Bridgewater
2019-03-28test: refactor path parse testRuben Bridgewater
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2017-12-08test: replace assert.throws w/ common.expectsErrorMithun Sasidharan
2017-07-30path: fix win32 volume-relative pathsTimothy Gu
2017-07-26test: increase coverage for path.parseTobias Nießen
2017-07-23test: replace concatenation with template literalsxeodou
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-09test: common.expectsError should be a must callRuben Bridgewater
2017-07-03path: fix incorrect use of ERR_INVALID_ARG_TYPETobias Nießen
2017-07-02test: replace indexOf with includes and startsWithNataly Shrits
2017-06-06path: use internal/errors.jsSebastian Van Sande
2017-05-05test: reduce string concatenationsVse Mozhet Byt
2017-03-29tools: add unescaped regexp dot rule to linterBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2017-02-09test: improve checks in test-path-parse-formatcjihrig
2017-01-11test: s/assert.equal/assert.strictEqual/Gibson Fahnestock
2017-01-11test: use eslint to fix var->const/letGibson Fahnestock
2016-07-15test: s/assert.fail/common.fail as appropriatecjihrig
2016-04-18lib,test,tools: alignment on variable assignmentsRich Trott
2016-02-29path: fix win32 parse()Zheng Chaoping
2016-02-09test: improve path testsBrian White
2016-01-13test: fix style issues after eslint updateMichaël Zasso
2015-11-27path: make format() consistent and more functionalNathan Woltman
2015-11-10test: fix tests that check error messagescjihrig
2015-10-16test: apply correct assert.fail() argumentsRich Trott
2015-10-01test: load common.js to test for global leaksRich Trott
2015-08-09path: remove dead code in favor of unit testsNathan Woltman
2015-07-04path: refactor for performance and consistencyNathan Woltman
2015-05-19test: enable linting for testsRoman Reiss
2015-03-16path: add type checking for path inputscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2014-12-17test: split test in parallel/sequentialFedor Indutny