This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
node
mirror of
https://github.com/lukechilds/node.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
13255
Commits
131
Branches
446
Tags
325 MiB
Tree:
c32d460747
node
/
test
/
fixtures
/
exports-function-with-param.js
2 lines
51 B
Raw
Normal View
History
test: add test for debugging one line files This commit adds a regression test for debugging of single line files. Refs: https://github.com/nodejs/node/issues/4297 PR-URL: https://github.com/nodejs/node/pull/4298 Reviewed-By: Ben Noordhuis <info@bnoordhuis.nl> Reviewed-By: Ali Ijaz Sheikh <ofrobots@google.com>
9 years ago
module
.
exports
=
function
foo
(
arg
)
{
return
arg
;
}