main_testing2/wordle_test3a.scala
changeset 434 1eb11d787af7
parent 432 87e487ccbd7c
child 472 fbff6f601370
equal deleted inserted replaced
433:a6aa851361d0 434:1eb11d787af7
     1 
     1 
     2 import Resit._
     2 import M2._
     3 
     3 
     4 assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
     4 assert(pool("chess", "caves").toSet == Set('h', 'e', 's'))
     5 assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))
     5 assert(pool("chess", "swiss").toSet == Set('c', 'h', 'e'))
     6 
     6 
     7 
     7