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: Mon, 28 Oct 2019 18:18:20 +0000



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

> + */
> +
> +#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}}/thirdage\">third page</a>." \

thirdage -> thirdpage ? (also further below in content of `mainpagemagled`). 
Not that it matters, but when you are at it...

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




reply via email to

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