aboutsummaryrefslogtreecommitdiff
path: root/testdata/web/index.html
diff options
context:
space:
mode:
authorShulhan <ms@kilabit.info>2025-05-29 13:15:08 +0700
committerShulhan <ms@kilabit.info>2025-05-29 13:15:08 +0700
commitcce49486f36bb4ba7702973cc598af9bcb1f4103 (patch)
tree2daf641658141834e755f15c526e13ce99f3f98b /testdata/web/index.html
parentfa85558a0d1b20e4d203ddb537c3bde51bc5131f (diff)
downloadjarink-cce49486f36bb4ba7702973cc598af9bcb1f4103.tar.xz
all: add case for broken HTML
Turn out broken HTML still get parsed by "net/html" package.
Diffstat (limited to 'testdata/web/index.html')
-rw-r--r--testdata/web/index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/testdata/web/index.html b/testdata/web/index.html
index 1124813..19a2bae 100644
--- a/testdata/web/index.html
+++ b/testdata/web/index.html
@@ -8,5 +8,6 @@ SPDX-License-Identifier: GPL-3.0-only
<a href="/brokenPage">Broken page</a>
<a href="/page2">Page 2</a>
<a href="https://kilabit.info/brokenPage">Broken page at kilabit.info</a>
+ <a href="/broken.html">Broken HTML</a>
</body>
</html>