mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
Revert "Add some failing tests for path.join"
This reverts commit 8c0e87f9c3.
(Revert until fix comes)
This commit is contained in:
@@ -39,10 +39,6 @@ assert.equal(path.extname("file."), ".");
|
||||
|
||||
assert.equal(path.join(".", "fixtures/b", "..", "/b/c.js"), "fixtures/b/c.js");
|
||||
assert.equal(path.join("/foo", "../../../bar"), "/bar");
|
||||
assert.equal(path.join('./'), '.');
|
||||
assert.equal(path.join('.'), '.');
|
||||
assert.equal(path.join('', 'foo'), 'foo');
|
||||
assert.equal(path.join('foo', '/bar'), 'foo/bar');
|
||||
|
||||
assert.equal(path.normalize("./fixtures///b/../b/c.js"), "fixtures/b/c.js");
|
||||
assert.equal(path.normalize("./fixtures///b/../b/c.js",true), "fixtures///b/c.js");
|
||||
|
||||
Reference in New Issue
Block a user