diff options
Diffstat (limited to 'brokenlinks/testdata')
| -rw-r--r-- | brokenlinks/testdata/exp_cache.json | 4 | ||||
| -rw-r--r-- | brokenlinks/testdata/web/index.html | 3 |
2 files changed, 5 insertions, 2 deletions
diff --git a/brokenlinks/testdata/exp_cache.json b/brokenlinks/testdata/exp_cache.json index 563164d..8b84ff7 100644 --- a/brokenlinks/testdata/exp_cache.json +++ b/brokenlinks/testdata/exp_cache.json @@ -2,7 +2,7 @@ "scanned_links": { "http://127.0.0.1:11900": { "url": "http://127.0.0.1:11900", - "size": 976, + "size": 1064, "response_code": 200 }, "http://127.0.0.1:11900/page2": { @@ -12,7 +12,7 @@ }, "https://127.0.0.1:11838": { "url": "https://127.0.0.1:11838", - "size": 976, + "size": 1064, "response_code": 200 } } diff --git a/brokenlinks/testdata/web/index.html b/brokenlinks/testdata/web/index.html index 596d374..88f1184 100644 --- a/brokenlinks/testdata/web/index.html +++ b/brokenlinks/testdata/web/index.html @@ -29,5 +29,8 @@ SPDX-License-Identifier: GPL-3.0-only <!-- Pages with insecure TLS --> <a href="https://127.0.0.1:11838">Insecure pages</a> + + <!-- Pages with invalid domain --> + <a href="https://domain">Invalid domain</a> </body> </html> |
