Carbon: Fix regression test parse

This commit is contained in:
Worros 2010-11-25 20:11:19 +08:00 committed by Steffen Schaumburg
parent cbdfaf62a7
commit 5232cf4866

View File

@ -133,8 +133,9 @@ or None if we fail to get the info """
self.info = {}
mg = m.groupdict()
print mg
limits = { 'No Limit':'nl', 'Limit':'fl' }
limits = { 'No Limit':'nl', 'No Limit ':'nl', 'Limit':'fl' }
games = { # base, category
'Holdem' : ('hold','holdem'),
'Holdem Tournament' : ('hold','holdem') }