7910547 Adjust tests to work with urllib.parse.urlsplit() new behavior

Authored and Committed by ksurma 10 months ago
    Adjust tests to work with urllib.parse.urlsplit() new behavior
    
    To fix CVE-2023-24329 urllib.parse.urlsplit() now strips the leading
    C0 and space characters. Change the expected tests outputs to match
    that (desired) behavior.
    
        
file modified
+12 -1