1
2
def urbanmain() = {
3
import M5a._
4
5
assert(load_bff("benchmark.bf").length == 188)
6
assert(load_bff("foobar.bf") == "")
7
8
}