Carbon: Fix regression test parse
This commit is contained in:
parent
cbdfaf62a7
commit
5232cf4866
|
@ -133,8 +133,9 @@ or None if we fail to get the info """
|
||||||
|
|
||||||
self.info = {}
|
self.info = {}
|
||||||
mg = m.groupdict()
|
mg = m.groupdict()
|
||||||
|
print mg
|
||||||
|
|
||||||
limits = { 'No Limit':'nl', 'Limit':'fl' }
|
limits = { 'No Limit':'nl', 'No Limit ':'nl', 'Limit':'fl' }
|
||||||
games = { # base, category
|
games = { # base, category
|
||||||
'Holdem' : ('hold','holdem'),
|
'Holdem' : ('hold','holdem'),
|
||||||
'Holdem Tournament' : ('hold','holdem') }
|
'Holdem Tournament' : ('hold','holdem') }
|
||||||
|
|
Loading…
Reference in New Issue
Block a user