aboutsummaryrefslogtreecommitdiff
path: root/internal/jsonfeed/testdata
diff options
context:
space:
mode:
authorChristine Dodrill <me@christine.website>2019-03-21 07:55:32 -0700
committerChristine Dodrill <me@christine.website>2019-03-21 07:57:23 -0700
commit368bd244aed0709c8b1bb05464d44f4d0cca07a4 (patch)
treebabc41308d52a97f0f3b50bad57bbb92ece79dc6 /internal/jsonfeed/testdata
parent47ddf59c12bc8827dafa80383c6c7b0595fecab1 (diff)
downloadxesite-368bd244aed0709c8b1bb05464d44f4d0cca07a4.tar.xz
xesite-368bd244aed0709c8b1bb05464d44f4d0cca07a4.zip
vendor some dependencies
Diffstat (limited to 'internal/jsonfeed/testdata')
-rw-r--r--internal/jsonfeed/testdata/feed.json21
1 files changed, 21 insertions, 0 deletions
diff --git a/internal/jsonfeed/testdata/feed.json b/internal/jsonfeed/testdata/feed.json
new file mode 100644
index 0000000..ad4bbe1
--- /dev/null
+++ b/internal/jsonfeed/testdata/feed.json
@@ -0,0 +1,21 @@
+{
+ "version": "https://jsonfeed.org/version/1",
+ "title": "JSON Feed",
+ "description": "JSON Feed is a ...",
+ "home_page_url": "https://jsonfeed.org/",
+ "feed_url": "https://jsonfeed.org/feed.json",
+ "user_comment": "This feed allows ...",
+ "favicon": "https://jsonfeed.org/graphics/icon.png",
+ "author": {
+ "name": "Brent Simmons and Manton Reece"
+ },
+ "items": [
+ {
+ "id": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
+ "url": "https://jsonfeed.org/2017/05/17/announcing_json_feed",
+ "title": "Announcing JSON Feed",
+ "content_html": "<p>We ...",
+ "date_published": "2017-05-17T08:02:12-07:00"
+ }
+ ]
+}