aboutsummaryrefslogtreecommitdiffhomepage
path: root/reader/scraper/testdata/p.html
diff options
context:
space:
mode:
authorGravatar cinput <59012355+cinput@users.noreply.github.com>2019-12-21 21:18:31 -0800
committerGravatar Frédéric Guillot <fred@miniflux.net>2019-12-21 21:18:31 -0800
commit8e1ed8bef3b65cb75c476ebafc1492fea97754d5 (patch)
treef539b6d354ccb4ecec548fc42bcf58a21c63ab74 /reader/scraper/testdata/p.html
parent30f22fbd78fcbd8e46f4c449928bfca289913efd (diff)
Return outer HTML when scraping elements
Diffstat (limited to 'reader/scraper/testdata/p.html')
-rw-r--r--reader/scraper/testdata/p.html10
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>