diff options
| author | Shulhan <ms@kilabit.info> | 2026-02-11 04:40:35 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2026-02-11 21:45:06 +0700 |
| commit | ded0c89eea2ff0193f7916db35e3f600d24842ff (patch) | |
| tree | 54276667ae8aa557252236327d78b740751d8ca0 /brokenlinks/testdata/exp_cache.json | |
| parent | 61eb5351087be894a4bfeb71c99346b8065bb7f1 (diff) | |
| download | jarink-ded0c89eea2ff0193f7916db35e3f600d24842ff.tar.xz | |
brokenlinks: test links that wrapped by other elements
This is to see the behaviour of [Node.Descendants] when traversing
the element recursively.
Diffstat (limited to 'brokenlinks/testdata/exp_cache.json')
| -rw-r--r-- | brokenlinks/testdata/exp_cache.json | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/brokenlinks/testdata/exp_cache.json b/brokenlinks/testdata/exp_cache.json index bb8fa94..e80202f 100644 --- a/brokenlinks/testdata/exp_cache.json +++ b/brokenlinks/testdata/exp_cache.json @@ -2,17 +2,17 @@ "scanned_links": { "http://127.0.0.1:11900": { "url": "http://127.0.0.1:11900", - "size": 1141, + "size": 1214, "status_code": 200 }, "http://127.0.0.1:11900/page2": { "url": "http://127.0.0.1:11900/page2", - "size": 410, + "size": 483, "status_code": 200 }, "https://127.0.0.1:11838": { "url": "https://127.0.0.1:11838", - "size": 1141, + "size": 1214, "status_code": 200 } } |
