This website requires JavaScript.
Explore
Help
Register
Sign In
daohualiuxiang
/
node
mirror of
https://github.com/nodejs/node.git
Watch
1
Star
0
Fork
You've already forked node
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
36e75b7351
node
/
test
/
fixtures
/
nested-index
/
one
/
hello.js
3 lines
36 B
JavaScript
Raw
Normal View
History
Unescape
Escape
GJSLint part of tests
2010-12-03 09:03:18 +08:00
exports
.
hello
=
'hello from one!'
;
Fix require("../blah") issues Added some more tests, and refactored the uri and path modules to use the same normalization logic, so that nothing is relying on flaky regexps. http://groups.google.com/group/nodejs/browse_thread/thread/34779f8c10098c5e http://groups.google.com/group/nodejs/browse_thread/thread/1aa0146b92582679#msg_9822c03998cb4064
2009-12-22 23:24:32 +08:00