diff options
Diffstat (limited to 'reader/scraper/testdata/p.html')
-rw-r--r-- | reader/scraper/testdata/p.html | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/reader/scraper/testdata/p.html b/reader/scraper/testdata/p.html new file mode 100644 index 0000000..45a24c0 --- /dev/null +++ b/reader/scraper/testdata/p.html @@ -0,0 +1,10 @@ +<!DOCTYPE html> +<html lang="en-US"> + <body> + <article> + <p>Lorem ipsum dolor sit amet, consectetuer adipiscing ept.</p> + <p>Apquam tincidunt mauris eu risus.</p> + <p>Vestibulum auctor dapibus neque.</p> + </article> + </body> +</html> |