diff options
Diffstat (limited to 'tests/Formats/samples/expectedAtomFormat/feed.empty.xml')
-rw-r--r-- | tests/Formats/samples/expectedAtomFormat/feed.empty.xml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/tests/Formats/samples/expectedAtomFormat/feed.empty.xml b/tests/Formats/samples/expectedAtomFormat/feed.empty.xml new file mode 100644 index 00000000..fc04304d --- /dev/null +++ b/tests/Formats/samples/expectedAtomFormat/feed.empty.xml @@ -0,0 +1,15 @@ +<?xml version="1.0" encoding="utf-8"?> +<feed xmlns="http://www.w3.org/2005/Atom" xmlns:media="http://search.yahoo.com/mrss/"> + + <title type="text">Sample feed with minimum data</title> + <id>https://example.com/feed</id> + <icon>https://github.com/favicon.ico</icon> + <logo>https://github.com/favicon.ico</logo> + <updated>2000-01-01T12:00:00+00:00</updated> + <author> + <name>RSS-Bridge</name> + </author> + <link href="https://github.com/RSS-Bridge/rss-bridge/" rel="alternate" type="text/html"/> + <link href="https://example.com/feed" rel="self" type="application/atom+xml"/> + +</feed> |