Source code
Revision control
Copy as Markdown
Other Tools
Test Info:
- Manifest: netwerk/test/unit/xpcshell.toml
"use strict";
function run_test() {
var ios = Services.io;
Assert.ok(uri1.equals(uri2));
Assert.ok(uri1.equals(uri2));
// ";" is not parsed as special anymore and thus ends up
// in the authority component (see RFC 3986)
Assert.ok(!uri1.equals(uri2));
Assert.ok(uri1.equals(uri2));
Assert.ok(uri1.equals(uri2));
// ";" is not parsed as special anymore and thus ends up
// in the authority component (see RFC 3986)
Assert.ok(!uri1.equals(uri2));
Assert.ok(uri1.equals(uri2));
}