1
2 assert(get_prices(List("BIDU"), 2004 to 2008) == List(List(None), List(None),
3 List(Some(6.35)), List(Some(12.241)),
4 List(Some(38.188))))
5
6