summaryrefslogtreecommitdiff
path: root/test/parallel/test-path-parse-format.js
Commit message (Expand)AuthorAgeFilesLines
* lib,src: fix consistent spacing inside bracesJames M Snell2017-09-201-34/+34
* path: fix win32 volume-relative pathsTimothy Gu2017-08-011-37/+45
* test: increase coverage for path.parseTobias Nießen2017-07-281-1/+5
* test: replace indexOf with includes and startsWithNataly Shrits2017-07-191-1/+1
* test: reduce string concatenationsVse Mozhet Byt2017-05-051-7/+3
* tools: add unescaped regexp dot rule to linterBrian White2017-03-291-5/+5
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: improve checks in test-path-parse-formatcjihrig2017-02-091-21/+16
* test: s/assert.equal/assert.strictEqual/Gibson Fahnestock2017-01-111-1/+1
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-1/+1
* test: s/assert.fail/common.fail as appropriatecjihrig2016-07-151-2/+2
* lib,test,tools: alignment on variable assignmentsRich Trott2016-04-181-3/+2
* path: fix win32 parse()Zheng Chaoping2016-02-291-0/+16
* test: improve path testsBrian White2016-02-091-1/+71
* test: fix style issues after eslint updateMichaël Zasso2016-01-131-1/+1
* path: make format() consistent and more functionalNathan Woltman2015-11-271-12/+18
* test: fix tests that check error messagescjihrig2015-11-101-6/+6
* test: apply correct assert.fail() argumentsRich Trott2015-10-161-1/+1
* test: load common.js to test for global leaksRich Trott2015-10-011-0/+1
* path: remove dead code in favor of unit testsNathan Woltman2015-08-091-4/+9
* path: refactor for performance and consistencyNathan Woltman2015-07-041-4/+22
* test: enable linting for testsRoman Reiss2015-05-191-12/+25
* path: add type checking for path inputscjihrig2015-03-161-5/+5
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+99