MCPcopy Index your code
hub / github.com/nodejs/node / test

Function test

deps/v8/test/mjsunit/uri.js:83–85  ·  view source on GitHub ↗
(string)

Source from the content-addressed store, hash-verified

81assertEquals("", encodeURI(""));
82
83function test(string) {
84 assertEquals(string, decodeURI(encodeURI(string)));
85}
86
87test("\u1234\u0123\uabcd");
88test("abcd");

Calls 1

assertEqualsFunction · 0.50

Tested by

no test coverage detected