Adding RSS test case.
authorNoah Campbell <noahcampbell@gmail.com>
Tue, 5 Nov 2013 05:29:37 +0000 (05:29 +0000)
committerNoah Campbell <noahcampbell@gmail.com>
Tue, 5 Nov 2013 07:03:02 +0000 (07:03 +0000)
commit1cebce12ad2335e1140646763dd56009c57d6495
tree9026883f1545f1246c52a7b089ed1ffa64d88a4e
parentb22364570be6c6add79af21a90de8c5f7a775813
Adding RSS test case.

Checks to make sure the xml document starts with <?xml.  Previously, the
html translate package would write additional details into the document
that caused it to fail.
hugolib/rss_test.go [new file with mode: 0644]
hugolib/site.go
hugolib/site_test.go