diff options
Diffstat (limited to 'tests/integration/feed.xml')
| -rw-r--r-- | tests/integration/feed.xml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/tests/integration/feed.xml b/tests/integration/feed.xml new file mode 100644 index 000000000..a705b0f79 --- /dev/null +++ b/tests/integration/feed.xml @@ -0,0 +1,14 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom" xml:base="https://mfw.fakecake.org/testfeeds/" > + <title type="text">Atom:base testfeed</title> + <id>tag:fakecake.org,2021:minerva-feed</id> + <updated>2021-05-21T14:17:43+04:00</updated> + <entry> + <title>x-21may2020</title> + <link rel="alternate" type="text/html" href="clouds.png" /> + <id>tag:fakecake.org,2021:minerva-2021-05-20</id> + <updated>2021-05-21T07:54:43+04:00</updated> + <published>2021-05-21T07:54:43+04:00</published> + <content type="html">...</content> + </entry> +</feed> |