View | Details | Raw Unified | Return to issue 93433
Collapse All | Expand All

(-)misc/libxml2-2.7.6/runtest.c (-1 / +1 lines)
Lines 2728-2734 Link Here
2728
    "file:///path/to/a%20b.html",
2728
    "file:///path/to/a%20b.html",
2729
    "/path/to/a b.html",
2729
    "/path/to/a b.html",
2730
    "/path/to/a%20b.html",
2730
    "/path/to/a%20b.html",
2731
    "urip://example.com/résumé.html",
2731
    "urip://example.com/r\xE9sum\xE9.html",   /* i93433: replaced 'e' encoded in ISO-8859-1 as in 'resume' with \xe9 */
2732
    "urip://example.com/test?a=1&b=2%263&c=4#foo",
2732
    "urip://example.com/test?a=1&b=2%263&c=4#foo",
2733
    NULL
2733
    NULL
2734
};
2734
};

Return to issue 93433