summaryrefslogtreecommitdiff
path: root/test/simple/test-path.js
Commit message (Expand)AuthorAgeFilesLines
* test: split test in parallel/sequentialFedor Indutny2014-12-171-412/+0
* Revert "path: resolve normalize drive letter to lower case"Nikolai Vavilov2014-12-081-1/+1
* path: allow calling platform specific methodsTimothy J Fontaine2014-11-201-112/+100
* path: resolve normalize drive letter to lower casedead-horse2014-10-201-1/+1
* path: add path.isAbsolute(path)Ryan Doenges2013-04-191-0/+17
* path: Throw TypeError on non-string args to path.resolveisaacs2013-02-211-0/+3
* path: join throws TypeError on non-string argsArianit Uka2013-02-211-3/+8
* path: make basename and extname ignore trailing slashesBert Belder2013-01-111-2/+43
* Revert "path: fix bugs related to paths with trailing slashes"Bert Belder2013-01-111-8/+1
* path: fix bugs related to paths with trailing slashesAndreas Madsen2013-01-101-1/+8
* windows: fix normalization of UNC pathsBert Belder2012-11-211-1/+65
* path: add platform specific path delimiterPaul Serby2012-10-011-4/+13
* Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-151-0/+2
|\
| * Windows: add test for path.normalize with UNC pathsBert Belder2012-05-131-0/+2
* | path: add path.sep to get the path separator.Yi, EungJun2012-05-011-0/+8
* | Merge branch 'v0.6'Fedor Indutny2012-01-241-3/+35
|\ \ | |/
| * Make path.extname do the right thing when the last path component is . or ..Bert Belder2012-01-181-0/+28
| * Tests: fix jslint issuesAndreas Madsen2012-01-171-3/+7
* | path fs: move `path.exists*` to `fs.exists*`Maciej MaƂecki2012-01-211-3/+0
|/
* Fixed a lot of jslint errors.Colton Baker2011-10-051-30/+30
* Improve path parsing on windowsBert Belder2011-09-061-0/+32
* Update POSIX splitPathRe to allow control chars. Fixes #1230.Adam Luikart2011-07-041-0/+8
* Merge branch 'v0.4'Ryan Dahl2011-03-141-0/+21
|\
| * Update copyright headersRyan Dahl2011-03-141-0/+21
* | add path.relativeTony Huang2011-03-081-0/+36
|/
* Path.resolve, path module windows compatibilityBert Belder2011-01-061-12/+52
* Remove keepBlanks flag from path functionsBert Belder2011-01-051-16/+0
* GJSLint all tests, only 3 long lines left in test-url.jsOleg Efimov2010-12-051-60/+64
* GJSLint continueOleg Efimov2010-12-051-47/+48
* Fix global leaksRyan Dahl2010-12-041-2/+2
* Implement new path.join behaviorisaacs2010-11-141-2/+65
* Revert "Add some failing tests for path.join"Ryan Dahl2010-10-231-4/+0
* Add some failing tests for path.joinRyan Dahl2010-10-201-0/+4
* Don't let path.normalize get above the root.isaacs2010-08-011-0/+2
* Fix dirname so that dirname('/a/b/') -> '/a', like sh's does.isaacs2010-07-231-0/+1
* Update tests to work with module contextsRyan Dahl2010-07-151-1/+2
* Adding path.existsSync (with tests.)Micheil Smith2010-06-161-0/+2
* Change the behavior of path.extnameAapo Laitinen2010-05-241-0/+21
* FIX path.dirname('/tmp') => '/'.rentzsch2010-05-201-0/+3
* Remove process.mixin dependency from all tests.isaacs2010-03-081-1/+1
* Split tests.arlolra2010-02-251-0/+27