main_testing4/knight_test4.scala
changeset 473 be818c5a67d4
parent 472 fbff6f601370
child 474 8a61bcd51ec3
--- a/main_testing4/knight_test4.scala	Thu Nov 02 23:34:53 2023 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,6 +0,0 @@
-import M4a._
-
-val f_urban = (x:(Int, Int)) => if (x._1 > 3) Some(List(x)) else None
-
-assert(first(List((1,0),(2,0),(3,0),(4,0)), f_urban) == Some(List((4,0))))
-assert(first(List((1,0),(2,0),(3,0)), f_urban) == None)