X-Git-Url: http://git.squeep.com/?p=websub-hub;a=blobdiff_plain;f=test%2Ftest-data%2Flink-helper.js;h=818d5b4c4cf28f2c846c2f79db45c5b1b2d11391;hp=f402915ee35f99506226890d2451b56b387f2c18;hb=5399cb751765f7c81ab5d4fab33f873eb3866f61;hpb=8608e06bddd511e1df62be64b484bc297f84d47b diff --git a/test/test-data/link-helper.js b/test/test-data/link-helper.js index f402915..818d5b4 100644 --- a/test/test-data/link-helper.js +++ b/test/test-data/link-helper.js @@ -1,7 +1,60 @@ 'use strict'; -const rssFeedUrl = 'https://puppetcircuits.wordpress.com/feed/'; -const rssFeedBody = ` + + + Things To Share + https://squeep.com/share + + Miscellaneous contents what interest some harmless mammal. + + https://squeep.com/share/img/ratmap-128.png + 128128 + + Tue, 10 Aug 2021 23:21:46 GMT + Blogofile + weekly + 1 + + arts I shall never be able to collect + https://squeep.com/share/2015/08/00000011 + Thu, 20 Aug 2015 20:42:37 PDT + + 00000011 + arts I shall never be able to collect + +Beth Cavener does phenomenal work. +This is the piece I'd most want for my wall. I could spend a lifetime appreciating those expressions. +

+ +]]>
+
+
+
`; + +const rssFeedUrl2 = 'https://puppetcircuits.wordpress.com/feed/'; +const rssFeedBody2 = `https://puppetcircuits.wordpress.com/2012/02/10/been-a-while-and-fun-video-from-eric/feed/ 0 - - raphaelabrams @@ -75,8 +126,6 @@ const rssFeedBody = `https://puppetcircuits.wordpress.com/2011/02/22/botacon/feed/ 0 - - raphaelabrams @@ -100,8 +149,6 @@ const rssFeedBody = `https://puppetcircuits.wordpress.com/2011/01/22/oddball-hotplate/feed/ 1 - - raphaelabrams @@ -170,10 +217,12 @@ const htmlBody = `
`; module.exports = { - atomFeedBody, - atomFeedUrl, - htmlBody, - htmlUrl, + atomFeedBody, + atomFeedUrl, + htmlBody, + htmlUrl, rssFeedBody, - rssFeedUrl, + rssFeedUrl, + rssFeedBody2, + rssFeedUrl2, };