changeset 437 | d4d4669ad054 |
parent 435 | fda7c39f3b6a |
child 475 | 59e005dcf163 |
436:db3300b47725 | 437:d4d4669ad054 |
---|---|
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 |