diff options
| author | Shulhan <ms@kilabit.info> | 2025-05-29 13:15:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2025-05-29 13:15:08 +0700 |
| commit | cce49486f36bb4ba7702973cc598af9bcb1f4103 (patch) | |
| tree | 2daf641658141834e755f15c526e13ce99f3f98b /testdata/web/broken.html | |
| parent | fa85558a0d1b20e4d203ddb537c3bde51bc5131f (diff) | |
| download | jarink-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.html | 7 |
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> |
