X-Git-Url: http://gitweb.michael.orlitzky.com/?a=blobdiff_plain;f=src%2FTSN%2FXML%2FGameInfo.hs;h=421d28693b6d0e7678432c9ccfdbc930db06013f;hb=2e387e1e615e510b31a4c8ae38da4e4a718fd352;hp=c6b90e01ca2a4d28e3ec8a344b10387f07878576;hpb=172963e3c71523c704bacdfb2b885a307acb93cf;p=dead%2Fhtsn-import.git diff --git a/src/TSN/XML/GameInfo.hs b/src/TSN/XML/GameInfo.hs index c6b90e0..421d286 100644 --- a/src/TSN/XML/GameInfo.hs +++ b/src/TSN/XML/GameInfo.hs @@ -54,7 +54,7 @@ import Xml ( unsafe_read_document ) --- | The DTDs for everything that we consider "Game Info." +-- | The DTDs for everything that we consider \"Game Info.\" -- -- TODO: This is the list from the old implementation. We need to -- make sure that we are really receiving XML for these DTDs @@ -80,8 +80,7 @@ dtds = "NFL_NCAA_FB_Matchup_XML.dtd", "nhlpreviewxml.dtd", "recapxml.dtd", - "WorldBaseballPreviewXML.dtd" -- missing DTD - ] + "WorldBaseballPreviewXML.dtd" ] -- | XML representation of a GameInfo \. @@ -201,7 +200,8 @@ gameinfo_test_files = "test/xml/gameinfo/nflpreviewxml.xml", "test/xml/gameinfo/NFL_NCAA_FB_Matchup_XML.xml", "test/xml/gameinfo/nhlpreviewxml.xml", - "test/xml/gameinfo/recapxml.xml" ] + "test/xml/gameinfo/recapxml.xml", + "test/xml/gameinfo/WorldBaseballPreviewXML.xml" ] -- | Make sure we can parse every element of 'gameinfo_test_files'.