diff --git a/node/node-tests.ts b/node/node-tests.ts index 7301310a6f..e6eefdf77c 100644 --- a/node/node-tests.ts +++ b/node/node-tests.ts @@ -356,11 +356,11 @@ url.format({ var helloUrl = url.parse('http://example.com/?hello=world', true) assert.equal(helloUrl.query.hello, 'world'); -//////////////////////////////////////////////////// +///////////////////////////////////////////////////// /// util tests : https://nodejs.org/api/util.html /// -//////////////////////////////////////////////////// +///////////////////////////////////////////////////// -namesapce util_tests{ +namespace util_tests { { // Old and new util.inspect APIs util.inspect(["This is nice"], false, 5);