From: Michael Orlitzky Date: Wed, 30 Jul 2014 07:27:43 +0000 (-0400) Subject: Add game_id/schedule_id parsers to TSN.Parse. X-Git-Tag: 0.1.1~9 X-Git-Url: http://gitweb.michael.orlitzky.com/?a=commitdiff_plain;h=c8ec4174a46c44215ef9540a9b19b99323fb0717;hp=c8ec4174a46c44215ef9540a9b19b99323fb0717;p=dead%2Fhtsn-import.git Add game_id/schedule_id parsers to TSN.Parse. Define a new ParseError type to be returned from the TSN.Parse parsers. Add tests for the TSN.Parse module. Update SportInfo with the new ParseError type signature. Add an optional game_id and required schedule_id field to GameInfo. ---