summaryrefslogtreecommitdiff
path: root/test/fixtures/rel_me_anchor.html
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-02 06:13:04 +0100
committerHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-03-02 06:31:33 +0100
commit25e588496adab62be79da65e8dc23426b8813159 (patch)
tree0a487c6c3636041377ed1699f49813d4ae955bd2 /test/fixtures/rel_me_anchor.html
parent56d4e3901217251b5fb19d3e688f376f5a8627c1 (diff)
downloadpleroma-25e588496adab62be79da65e8dc23426b8813159.tar.gz
pleroma-25e588496adab62be79da65e8dc23426b8813159.zip
Pleroma.Web.RelMeTest: Add test against Pleroma.Web.RelMe
Diffstat (limited to 'test/fixtures/rel_me_anchor.html')
-rw-r--r--test/fixtures/rel_me_anchor.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/test/fixtures/rel_me_anchor.html b/test/fixtures/rel_me_anchor.html
new file mode 100644
index 000000000..5abcce129
--- /dev/null
+++ b/test/fixtures/rel_me_anchor.html
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8"/>
+ <title>Blog</title>
+ </head>
+ <body>
+ <article>
+ <h1>Lorem ipsum</h1>
+ <p>Lorem ipsum dolor sit ameph, …</p>
+ <a rel="me" href="https://social.example.org/users/lain">lain’s account</a>
+ </article>
+ </body>
+</html>