summary refs log tree commit diff stats
path: root/test/snapshots/app.test.js.md
diff options
context:
space:
mode:
authorAlan Pearce2017-07-05 22:15:03 +0200
committerAlan Pearce2017-07-05 22:15:03 +0200
commitcff6bcc31d59ce9957567cc05c1ed7e364fb40ca (patch)
tree7de5191c9308860b9e83a271be07e6d85a179f95 /test/snapshots/app.test.js.md
parentd01f2aa860b0d5f10dc8e143c4b1b9d420fc8fe0 (diff)
downloadhomestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.tar.lz
homestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.tar.zst
homestead-cff6bcc31d59ce9957567cc05c1ed7e364fb40ca.zip
Add rel=me links
Diffstat (limited to 'test/snapshots/app.test.js.md')
-rw-r--r--test/snapshots/app.test.js.md76
1 files changed, 70 insertions, 6 deletions
diff --git a/test/snapshots/app.test.js.md b/test/snapshots/app.test.js.md
index 02eac70..599fe22 100644
--- a/test/snapshots/app.test.js.md
+++ b/test/snapshots/app.test.js.md
@@ -62,8 +62,24 @@ Generated by [AVA](https://ava.li).
             'stylesheet',
           ],
         },
+        'https://twitter.com/johndoe': {
+          rels: [
+            'me',
+          ],
+          text: 'Twitter',
+        },
+        'mailto:johndoe@johndoe.org': {
+          rels: [
+            'me',
+          ],
+          text: 'johndoe@johndoe.org',
+        },
       },
       rels: {
+        me: [
+          'mailto:johndoe@johndoe.org',
+          'https://twitter.com/johndoe',
+        ],
         stylesheet: [
           '/css/code.css',
         ],
@@ -118,15 +134,31 @@ Generated by [AVA](https://ava.li).
             'stylesheet',
           ],
         },
+        'https://twitter.com/johndoe': {
+          rels: [
+            'me',
+          ],
+          text: 'Twitter',
+        },
+        'mailto:johndoe@johndoe.org': {
+          rels: [
+            'me',
+          ],
+          text: 'johndoe@johndoe.org',
+        },
       },
       rels: {
+        me: [
+          'mailto:johndoe@johndoe.org',
+          'https://twitter.com/johndoe',
+        ],
         stylesheet: [
           '/css/code.css',
         ],
       },
     }
 
-## tags
+## posts
 
 > should contain relevant microformats data
 
@@ -170,7 +202,7 @@ Generated by [AVA](https://ava.li).
           ],
           properties: {
             name: [
-              'A · John Doe',
+              'Posts · John Doe',
             ],
           },
           type: [
@@ -184,15 +216,31 @@ Generated by [AVA](https://ava.li).
             'stylesheet',
           ],
         },
+        'https://twitter.com/johndoe': {
+          rels: [
+            'me',
+          ],
+          text: 'Twitter',
+        },
+        'mailto:johndoe@johndoe.org': {
+          rels: [
+            'me',
+          ],
+          text: 'johndoe@johndoe.org',
+        },
       },
       rels: {
+        me: [
+          'mailto:johndoe@johndoe.org',
+          'https://twitter.com/johndoe',
+        ],
         stylesheet: [
           '/css/code.css',
         ],
       },
-    
+    }
 
-## posts
+## tags
 
 > should contain relevant microformats data
 
@@ -236,7 +284,7 @@ Generated by [AVA](https://ava.li).
           ],
           properties: {
             name: [
-              'Posts · John Doe',
+              'A · John Doe',
             ],
           },
           type: [
@@ -250,10 +298,26 @@ Generated by [AVA](https://ava.li).
             'stylesheet',
           ],
         },
+        'https://twitter.com/johndoe': {
+          rels: [
+            'me',
+          ],
+          text: 'Twitter',
+        },
+        'mailto:johndoe@johndoe.org': {
+          rels: [
+            'me',
+          ],
+          text: 'johndoe@johndoe.org',
+        },
       },
       rels: {
+        me: [
+          'mailto:johndoe@johndoe.org',
+          'https://twitter.com/johndoe',
+        ],
         stylesheet: [
           '/css/code.css',
         ],
       },
-    }
\ No newline at end of file
+    }