tlrobinson / narwhal

[DEPRECATED] A JavaScript standard library, package manager, and more.
http://narwhaljs.org/
372 stars 16 forks source link

fs.path(".").join("foo") results in absolute path "/foo" #62

Open tlrobinson opened 14 years ago

tlrobinson commented 14 years ago
js> system.fs.path(".").join("foo")
/foo
nevilleburnell commented 14 years ago

added initial tests for path().join()

http://github.com/cloudwork/narwhal/commit/343e3d06815bf498d824017f02ff764528fc721c

nevilleburnell commented 14 years ago

moved to tests/commonjs/file/path.js

http://github.com/cloudwork/narwhal/commit/be62c599614ad5f01c18660e42e1f720261725ae