Sign in
◑
Theme
apache
/
netbeans
/
46efa928ea4e74c770cee8977fc0dedef03cf1ba
/
.
/
webcommon
/
javascript2.nodejs
/
test
/
unit
/
data
/
TestNavigation
/
public_html
/
js
/
issue250322.js
blob: 1e79498d040ef5a4be3772d18469d7dad9a73792 [
file
]
var
fs
=
require
(
"fs"
);
var
http
=
require
(
"http"
);
var
ht
=
require
(
"path"
);
module
.
exports
=
{
test
:
function
()
{
ht
.;
// cc here
fs
.;
// cc here
}
};