react / wstein / node_modules / jest-cli / node_modules / jsdom / node_modules / htmlparser2 / test / Feeds / 01-rss.js
81146 viewsexports.name = "RSS (2.0)";1exports.file = "/RSS_Example.xml";2exports.expected = {3type: "rss",4id: "",5title: "Liftoff News",6link: "http://liftoff.msfc.nasa.gov/",7description: "Liftoff to Space Exploration.",8updated: new Date("Tue, 10 Jun 2003 09:41:01 GMT"),9author: "[email protected]",10items: [{11id: "http://liftoff.msfc.nasa.gov/2003/06/03.html#item573",12title: "Star City",13link: "http://liftoff.msfc.nasa.gov/news/2003/news-starcity.asp",14description: "How do Americans get ready to work with Russians aboard the International Space Station? They take a crash course in culture, language and protocol at Russia's <a href=\"http://howe.iki.rssi.ru/GCTC/gctc_e.htm\">Star City</a>.",15pubDate: new Date("Tue, 03 Jun 2003 09:39:21 GMT")16}, {17id: "http://liftoff.msfc.nasa.gov/2003/05/30.html#item572",18description: "Sky watchers in Europe, Asia, and parts of Alaska and Canada will experience a <a href=\"http://science.nasa.gov/headlines/y2003/30may_solareclipse.htm\">partial eclipse of the Sun</a> on Saturday, May 31st.",19pubDate: new Date("Fri, 30 May 2003 11:06:42 GMT")20}, {21id: "http://liftoff.msfc.nasa.gov/2003/05/27.html#item571",22title: "The Engine That Does More",23link: "http://liftoff.msfc.nasa.gov/news/2003/news-VASIMR.asp",24description: "Before man travels to Mars, NASA hopes to design new engines that will let us fly through the Solar System more quickly. The proposed VASIMR engine would do that.",25pubDate: new Date("Tue, 27 May 2003 08:37:32 GMT")26}, {27id: "http://liftoff.msfc.nasa.gov/2003/05/20.html#item570",28title: "Astronauts' Dirty Laundry",29link: "http://liftoff.msfc.nasa.gov/news/2003/news-laundry.asp",30description: "Compared to earlier spacecraft, the International Space Station has many luxuries, but laundry facilities are not one of them. Instead, astronauts have other options.",31pubDate: new Date("Tue, 20 May 2003 08:56:02 GMT")32}]33};3435