aboutsummaryrefslogtreecommitdiff
path: root/testdata/web/broken.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/broken.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/broken.html')
-rw-r--r--testdata/web/broken.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/testdata/web/broken.html b/testdata/web/broken.html
new file mode 100644
index 0000000..533e542
--- /dev/null
+++ b/testdata/web/broken.html
@@ -0,0 +1,7 @@
+<html>
+ <head></head>
+ <body>
+ <a href="/brokenPage"
+ <p>
+ </body>
+</html>