aboutsummaryrefslogtreecommitdiff
path: root/tests/Formats/samples/feed.emptyItems.json
diff options
context:
space:
mode:
Diffstat (limited to 'tests/Formats/samples/feed.emptyItems.json')
-rw-r--r--tests/Formats/samples/feed.emptyItems.json19
1 files changed, 19 insertions, 0 deletions
diff --git a/tests/Formats/samples/feed.emptyItems.json b/tests/Formats/samples/feed.emptyItems.json
new file mode 100644
index 00000000..0287d428
--- /dev/null
+++ b/tests/Formats/samples/feed.emptyItems.json
@@ -0,0 +1,19 @@
+{
+ "server": {
+ "HTTPS": "on",
+ "HTTP_HOST": "example.com",
+ "REQUEST_URI": "/feed"
+ },
+ "meta": {
+ "name": "Sample feed with minimum data",
+ "uri": "",
+ "icon": ""
+ },
+ "items": [
+ {
+ "title": "Sample Item #1"
+ },{
+ "title": "Sample Item #2"
+ }
+ ]
+}