(load "lib/poker-hands.egi") (test (poker-hands { 4> 2> 13> 1> 3>})) (test ) (test (poker-hands { 1> 2> 1> 1> 2>})) (test ) (test (poker-hands { 4> 2> 5> 1> 3>})) (test ) (test (poker-hands { 4> 10> 5> 1> 3>})) (test )