Add Reddit comments and X definitions

This commit is contained in:
Jordan Wages 2026-08-25 22:34:25 -05:00
commit 1a9ab6ebdf
7 changed files with 129 additions and 2 deletions

7
tests/fixtures/x-feed.html vendored Normal file
View file

@ -0,0 +1,7 @@
<main>
<article data-testid="tweet">
<div data-testid="User-Name"><span>alice</span></div>
<a href="/alice/status/1234567890"><time datetime="2026-08-25T00:00:00.000Z">1h</time></a>
<div data-testid="tweetText">A useful post on X.</div>
</article>
</main>