wget-dev
[Top][All Lists]
Advanced

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

Re: wget2 | Added --convert-file-only handling (!456)


From: Tim Rühsen
Subject: Re: wget2 | Added --convert-file-only handling (!456)
Date: Tue, 05 Nov 2019 15:17:46 +0000



Tim Rühsen started a new discussion on tests/test-convert-file-only.c: 
https://gitlab.com/gnuwget/wget2/merge_requests/456#note_240319192

> + */
> +
> +#include <config.h>
> +
> +#include <stdlib.h> // exit()
> +#include "libtest.h"
> +
> +int main(void)
> +{
> +     wget_test_url_t urls[]={
> +             {       .name = "/index.php",
> +                     .code = "200 Dontcare",
> +                     .body =
> +                             "<html><head><title>Main 
> Page</title></head><body><p>A link to a" \
> +                             " <a 
> href=\"//localhost:{{port}}/subpage.php\">second page</a>." \
> +                             " <a 
> href=\"//localhost:{{port}}/thirdpage\">third page</a>." \

Please also add other forms of URL, like
```
" <a href=\"http://localhost:{{port}}/page4\";>page4</a>." \
" <a href=\"/page5\">page5</a>." \
" <a href=\"page6\">page6</a>." \
```

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




reply via email to

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