marking2/knight1a_test.scala
author pdated
Sat, 16 Jun 2018 20:54:58 +0100
changeset 184 84dc794928de
parent 162 6d25ccbb3cf2
permissions -rw-r--r--
updated


assert(CW7a.is_legal(8, Nil)(3, 4) == true)
assert(CW7a.is_legal(8, List((4, 1), (1, 0)))(4, 1) == false)
assert(CW7a.is_legal(2, Nil)(0, 0) == true)