mirror of
https://github.com/ArchiveBox/ArchiveBox.git
synced 2025-06-01 07:18:27 -04:00
tests: Add tests for several different ways to extract the title
This commit is contained in:
parent
aede134ab3
commit
e7e33ea7a5
4 changed files with 761 additions and 4 deletions
8
tests/mock_server/templates/malformed.html
Normal file
8
tests/mock_server/templates/malformed.html
Normal file
|
@ -0,0 +1,8 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head
|
||||
</head>
|
||||
<bo
|
||||
<title>malformed document</title>
|
||||
</body>
|
||||
</html>
|
Loading…
Add table
Add a link
Reference in a new issue