]> gitweb.michael.orlitzky.com - dead/htsn-import.git/blobdiff - src/TSN/XML/SportInfo.hs
Add SportInfo support for MLB_Pitching_Runs_Allowed_Leaders.dtd.
[dead/htsn-import.git] / src / TSN / XML / SportInfo.hs
index f063d5d051488c24332128a8d0010997d2119558..0536fa51beda7834c22ad0a63be027a464586e47 100644 (file)
@@ -142,7 +142,7 @@ dtds =
     "MLB_Pitching_Hit_Batters_Leaders.dtd",
     "MLB_Pitching_HR_Allowed_Leaders.dtd",
     "MLB_Pitching_IP_Leaders.dtd",
-    "MLB_Pitching_Runs_Allowed_Leaders.dtd", -- no dtd
+    "MLB_Pitching_Runs_Allowed_Leaders.dtd",
     "MLB_Pitching_Saves_Leaders.dtd", -- no dtd
     "MLB_Pitching_Shut_Outs_Leaders.dtd", -- no dtd
     "MLB_Pitching_Starts_Leaders.dtd", -- no dtd
@@ -385,7 +385,8 @@ sport_info_test_files =
     "MLB_Pitching_Hits_Allowed_Leaders.xml",
     "MLB_Pitching_Hit_Batters_Leaders.xml",
     "MLB_Pitching_HR_Allowed_Leaders.xml",
-    "MLB_Pitching_IP_Leaders.xml"
+    "MLB_Pitching_IP_Leaders.xml",
+    "MLB_Pitching_Runs_Allowed_Leaders.xml"
   ]