40 Commits (cc443cb44706d5751378d6512ab619eed9976150)

Author SHA1 Message Date
Michaël Zasso 2ef0f007a4 test: split path tests into multiple files 7 years ago
Michaël Zasso b98e8d995e path: fix normalize on directories with two dots 7 years ago
Timothy Gu 2791761eda
path: fix win32 volume-relative paths 7 years ago
Rich Trott aa6fac68da test: adjust indentation for stricter linting 7 years ago
Sebastiaan Deckers bb29405904
lib,src: fix consistent spacing inside braces 7 years ago
Vse Mozhet Byt 76340e3f10 test: fix RegExp nits 7 years ago
Sebastian Van Sande dcfbbacba8 path: use internal/errors.js 8 years ago
Vse Mozhet Byt 8b76c3e60c test: reduce string concatenations 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Yuta Hiroto e18ebe8354 test: add test cases for path 8 years ago
Yuta Hiroto 81d15594d7 test: add path.join's test 8 years ago
Gibson Fahnestock 3d2aef3979 test: s/assert.equal/assert.strictEqual/ 8 years ago
Gibson Fahnestock 7a0e462f9f test: use eslint to fix var->const/let 8 years ago
Jason Ginchereau 0f2f8efdde path: fallback to process cwd when resolving drive cwd 8 years ago
lrlna daa0f9087a test: changing equal to strictEqual in path 8 years ago
Jason Ginchereau c1e47ed8c8 path: fix path.relative UNC path result 8 years ago
Brian White 27549f64ce
test: add more path.basename() tests 9 years ago
Brian White 7d404122d4
test: remove duplicate path tests 9 years ago
Brian White dfaa9c9055
path: fix basename() regressions 9 years ago
Rich Trott a7335bd1f0 test,benchmark: use deepStrictEqual() 9 years ago
Rich Trott 31600735f4 lib,test,tools: alignment on variable assignments 9 years ago
Mike Kaufman 1384de29f7 path: fixing a test that breaks on some machines. 9 years ago
Brian White 3072546feb path: fix win32.isAbsolute() inconsistency 9 years ago
Brian White 08085c49b6 path: assert inputs are strings 9 years ago
Evan Lucas 3d3b45ae95 path: fix normalize for absolutes 9 years ago
Owen Smith f296a7f16f path: fix path.relative() for prefixes at root 9 years ago
Owen Smith 7fc6645982 test: add test-cases for posix path.relative() 9 years ago
Owen Smith e326950498 path: fix win32 relative() for UNC paths 9 years ago
Owen Smith b33879d9e2 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White 3a331b66f8 path: fix verbose relative() output 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White 5a54e4554a test: improve path tests 9 years ago
Rich Trott 352173b3bb test: fix redeclared test-path vars 9 years ago
Sakthipriyan Vairamani d5ab92bcc1 test: use common.isWindows consistently 9 years ago
Roman Reiss f29762f4dd test: enable linting for tests 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago
cjihrig eb995d6822 path: add type checking for path inputs 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Fedor Indutny 0e19476595 test: split test in parallel/sequential 10 years ago
Nikolai Vavilov e24fa83e69 Revert "path: resolve normalize drive letter to lower case" 10 years ago
Timothy J Fontaine 6a90a06002 path: allow calling platform specific methods 12 years ago
dead-horse f6e5740180 path: resolve normalize drive letter to lower case 10 years ago
Ryan Doenges 9026675061 path: add path.isAbsolute(path) 12 years ago
isaacs 089ec58613 path: Throw TypeError on non-string args to path.resolve 12 years ago
Arianit Uka 055110dab0 path: join throws TypeError on non-string args 12 years ago
Bert Belder 6a91eab097 path: make basename and extname ignore trailing slashes 12 years ago
Bert Belder 7be27240b5 Revert "path: fix bugs related to paths with trailing slashes" 12 years ago
Andreas Madsen bb1c03989f path: fix bugs related to paths with trailing slashes 12 years ago
Bert Belder bc9388342f windows: fix normalization of UNC paths 12 years ago