// Jest Snapshot v1, https://goo.gl/fbAQLP
exports[`rss 2.0 should generate a valid feed 1`] = `
"
Feed Title
http://example.com/
This is my personnal feed!
Sat, 13 Jul 2013 23:00:00 GMT
https://validator.w3.org/feed/docs/rss2.html
https://github.com/jpmonette/feed
en
60
Feed Title
http://example.com/image.png
http://example.com/
All rights reserved 2013, John Doe
Technology
-
https://example.com/hello-world?link=sanitized&value=2
https://example.com/hello-world?id=this&that=true
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
"
`;
exports[`rss 2.0 should generate a valid feed with audio 1`] = `
"
Feed Title
http://example.com/
This is my personnal feed!
Sat, 13 Jul 2013 23:00:00 GMT
https://validator.w3.org/feed/docs/rss2.html
https://github.com/jpmonette/feed
en
60
Feed Title
http://example.com/image.png
http://example.com/
All rights reserved 2013, John Doe
Technology
-
https://example.com/hello-world?link=sanitized&value=2
https://example.com/hello-world?id=this&that=true
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world2
419c523a-28f4-489c-877e-9604be64c001
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world2
419c523a-28f4-489c-877e-9604be64c001
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world3
https://example.com/hello-world3
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
"
`;
exports[`rss 2.0 should generate a valid feed with enclosure 1`] = `
"
Feed Title
http://example.com/
This is my personnal feed!
Sat, 13 Jul 2013 23:00:00 GMT
https://validator.w3.org/feed/docs/rss2.html
https://github.com/jpmonette/feed
en
60
Feed Title
http://example.com/image.png
http://example.com/
All rights reserved 2013, John Doe
Technology
-
https://example.com/hello-world?link=sanitized&value=2
https://example.com/hello-world?id=this&that=true
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world2
419c523a-28f4-489c-877e-9604be64c001
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world2
419c523a-28f4-489c-877e-9604be64c001
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
"
`;
exports[`rss 2.0 should generate a valid feed with image properties 1`] = `
"
Feed Title
http://example.com/
This is my personnal feed!
Sat, 13 Jul 2013 23:00:00 GMT
https://validator.w3.org/feed/docs/rss2.html
https://github.com/jpmonette/feed
en
60
Feed Title
http://example.com/image.png
http://example.com/
All rights reserved 2013, John Doe
Technology
-
https://example.com/hello-world?link=sanitized&value=2
https://example.com/hello-world?id=this&that=true
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
-
https://example.com/hello-world2
419c523a-28f4-489c-877e-9604be64c001
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
"
`;
exports[`rss 2.0 should generate a valid feed with video 1`] = `
"
Feed Title
http://example.com/
This is my personnal feed!
Sat, 13 Jul 2013 23:00:00 GMT
https://validator.w3.org/feed/docs/rss2.html
https://github.com/jpmonette/feed
en
60
Feed Title
http://example.com/image.png
http://example.com/
All rights reserved 2013, John Doe
-
https://example.com/hello-world4
419c523a-28f4-489c-877e-9604be64c005
Wed, 10 Jul 2013 23:00:00 GMT
janedoe@example.com (Jane Doe)
joesmith@example.com (Joe Smith)
Grateful Dead
MSFT
"
`;