marking/drumb_test1.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 30 Nov 2018 03:44:27 +0000
changeset 222 ec9cbf969edf
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