From 4cb548fdfcc3fc5dc714050892bdeb57ab43cec4 Mon Sep 17 00:00:00 2001 From: Aaron Parecki Date: Mon, 29 Feb 2016 07:40:12 -0800 Subject: [PATCH] add test files illustrating a few different ways feeds (lists of posts) can appear --- .../h-card-with-child-h-entrys | 33 +++++++++++++++++++ .../feed.example.com/h-card-with-child-h-feed | 33 +++++++++++++++++++ tests/data/feed.example.com/list-of-hentrys | 29 ++++++++++++++++ .../list-of-hentrys-with-h-card | 31 +++++++++++++++++ .../short-list-of-hentrys-with-h-card | 22 +++++++++++++ tests/data/feed.example.com/top-level-h-feed | 33 +++++++++++++++++++ 6 files changed, 181 insertions(+) create mode 100644 tests/data/feed.example.com/h-card-with-child-h-entrys create mode 100644 tests/data/feed.example.com/h-card-with-child-h-feed create mode 100644 tests/data/feed.example.com/list-of-hentrys create mode 100644 tests/data/feed.example.com/list-of-hentrys-with-h-card create mode 100644 tests/data/feed.example.com/short-list-of-hentrys-with-h-card create mode 100644 tests/data/feed.example.com/top-level-h-feed diff --git a/tests/data/feed.example.com/h-card-with-child-h-entrys b/tests/data/feed.example.com/h-card-with-child-h-entrys new file mode 100644 index 0000000..94977c3 --- /dev/null +++ b/tests/data/feed.example.com/h-card-with-child-h-entrys @@ -0,0 +1,33 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + +
+ Author Name + + +
+ + + diff --git a/tests/data/feed.example.com/h-card-with-child-h-feed b/tests/data/feed.example.com/h-card-with-child-h-feed new file mode 100644 index 0000000..1acf4b1 --- /dev/null +++ b/tests/data/feed.example.com/h-card-with-child-h-feed @@ -0,0 +1,33 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + +
+ Author Name + + +
+ + + diff --git a/tests/data/feed.example.com/list-of-hentrys b/tests/data/feed.example.com/list-of-hentrys new file mode 100644 index 0000000..efafa48 --- /dev/null +++ b/tests/data/feed.example.com/list-of-hentrys @@ -0,0 +1,29 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + + + + + diff --git a/tests/data/feed.example.com/list-of-hentrys-with-h-card b/tests/data/feed.example.com/list-of-hentrys-with-h-card new file mode 100644 index 0000000..996c72a --- /dev/null +++ b/tests/data/feed.example.com/list-of-hentrys-with-h-card @@ -0,0 +1,31 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + + + + Author Name + + + diff --git a/tests/data/feed.example.com/short-list-of-hentrys-with-h-card b/tests/data/feed.example.com/short-list-of-hentrys-with-h-card new file mode 100644 index 0000000..200170a --- /dev/null +++ b/tests/data/feed.example.com/short-list-of-hentrys-with-h-card @@ -0,0 +1,22 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + + + + Author Name + + + diff --git a/tests/data/feed.example.com/top-level-h-feed b/tests/data/feed.example.com/top-level-h-feed new file mode 100644 index 0000000..78c9cd8 --- /dev/null +++ b/tests/data/feed.example.com/top-level-h-feed @@ -0,0 +1,33 @@ +HTTP/1.1 200 OK +Server: Apache +Date: Wed, 09 Dec 2015 03:29:14 GMT +Content-Type: text/html; charset=utf-8 +Connection: keep-alive + + + + Test + + + +
+ Author Name + + +
+ + +