Carbon: Fix regression test parse

This commit is contained in:
Worros 2010-11-25 20:11:19 +08:00
parent 61ac6be0fa
commit b017fa298d

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') }