goldfire / pokersolver

Javascript poker hand solver.
MIT License
373 stars 93 forks source link

Issue in deuces wild test case #3

Closed jcrawford closed 8 years ago

jcrawford commented 8 years ago

Shouldn't this line of code reference 2h and not Ah

https://github.com/goldfire/pokersolver/blob/master/test/deuceswild.js#L23

goldfire commented 8 years ago

No, that is correct because the wild value is A, so the toString value is returned as an A rather than a 2.