test: add extract follow test fixtures

This commit is contained in:
Adrià Arrufat
2026-05-31 18:49:29 +02:00
parent cf65a00a8f
commit 668f8a07dc
2 changed files with 16 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<!DOCTYPE html>
<html>
<body>
<div class="comment"><span class="author">alice</span><span class="text">hello</span></div>
<div class="comment"><span class="author">bob</span><span class="text">world</span></div>
</body>
</html>

View File

@@ -0,0 +1,9 @@
<!DOCTYPE html>
<html>
<body>
<table>
<tr class="row" id="1"><td><a class="link" href="extract_follow_item.html?id=1">First</a></td></tr>
<tr class="row" id="2"><td><a class="link" href="extract_follow_item.html?id=2">Second</a></td></tr>
</table>
</body>
</html>