wget-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: wget2 | CIDR support added for No Proxy. Testing Code Added (!521)


From: Harshmohan Kulkarni (@harshmohan07)
Subject: Re: wget2 | CIDR support added for No Proxy. Testing Code Added (!521)
Date: Sun, 21 May 2023 20:43:10 +0000



Harshmohan Kulkarni commented on a discussion on unit-tests/test.c: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/521#note_1398846905

> +                     hostip;
> +             const char *
> +                     encoding;
> +             int
> +                     result;
> +     } test_data[] = {
> +             { "10.250.192.78/12", "142.251.33.101", NULL, 0},
> +             { "142.250.192.78/12", "142.251.33.101", NULL, 1},
> +             { "142.250.192.78/50", "142.251.33.101", NULL, 0},
> +             { "10.250.192.78.123/12", "142.251.33.101", NULL, 0},
> +             { "142.250.192.78/32", "142.250.180.101", NULL, 0},
> +             { "142.250.192.78/0", "142.250.180.101", NULL, 1},
> +             { "142.250.192.78/-1", "142.250.180.101", NULL, 0},
> +             { "", "142.250.180.101", NULL, 0},
> +             { "142.251.33.101,10.250.192.78/12", "142.251.33.101", NULL, 1},
> +             { "10.250.192.78/12, 142.251.33.101", "142.251.33.101", NULL, 
> 0},

Yes

-- 
Reply to this email directly or view it on GitLab: 
https://gitlab.com/gnuwget/wget2/-/merge_requests/521#note_1398846905
You're receiving this email because of your account on gitlab.com.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]