diff options
| author | demo <demo@antix1> | 2026-05-09 09:45:58 -0400 |
|---|---|---|
| committer | demo <demo@antix1> | 2026-05-09 09:46:49 -0400 |
| commit | 29d93b1089c591b0d9de60f983e5528caa42b7f6 (patch) | |
| tree | 9461ab52112fa6892b97b6057f0ddffb25672897 /internal/test/html/ex4.html | |
| parent | 918fff21c024d062fec9a15b03c3533c5dab4cff (diff) | |
refactor: move tests to dedicated package
Diffstat (limited to 'internal/test/html/ex4.html')
| -rw-r--r-- | internal/test/html/ex4.html | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/internal/test/html/ex4.html b/internal/test/html/ex4.html new file mode 100644 index 0000000..0e893b8 --- /dev/null +++ b/internal/test/html/ex4.html @@ -0,0 +1,5 @@ +<html> +<body> + <a href="/dog-cat">dog cat <!-- commented text SHOULD NOT be included! --></a> +</body> +</html> |
