622 checkURLDifferences("http://%48OsT",
623 {"http", "", "", "host", 0, "/", "", "", "http://host/"},
624 {"http", "", "", "%48ost", 0, "/", "", "", "http://%48ost/"});
625 checkURLDifferences("http://h%4FsT",
626 {"http", "", "", "host", 0, "/", "", "", "http://host/"},
627 {"http", "", "", "h%4fst", 0, "/", "", "", "http://h%4fst/"});
628 checkURLDifferences("http://h%4fsT",
629 {"http", "", "", "host", 0, "/", "", "", "http://host/"},
630 {"http", "", "", "h%4fst", 0, "/", "", "", "http://h%4fst/"});
631 checkURLDifferences("http://h%6fsT",
632 {"http", "", "", "host", 0, "/", "", "", "http://host/"},
633 {"http", "", "", "h%6fst", 0, "/", "", "", "http://h%6fst/"});
634 checkURLDifferences("http://host/`",
635 {"http", "", "", "host", 0, "/%60", "", "", "http://host/%60"},
636 {"http", "", "", "host", 0, "/`", "", "", "http://host/`"});
637 checkURLDifferences("aA://",
638 {"aa", "", "", "", 0, "/", "", "", "aa:///"},
639 {"aa", "", "", "", 0, "//", "", "", "aa://"});
640 checkURLDifferences("A://",
641 {"a", "", "", "", 0, "/", "", "", "a:///"},
642 {"a", "", "", "", 0, "//", "", "", "a://"});