marking/drumb_test1.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 07 Dec 2018 07:57:54 +0000
changeset 240 2d8d198360c8
parent 169 8a1bd8ddb96c
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
81
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
169
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     2
assert(get_prices(List("BIDU"), 2004 to 2008) == List(List(None), List(None), 
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     3
                                                      List(Some(6.35)), List(Some(12.241)), 
8a1bd8ddb96c updated
Christian Urban <urbanc@in.tum.de>
parents: 81
diff changeset
     4
                                                      List(Some(38.188))))
81
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5
ff8d075842d5 updated
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     6