testing5/bf_test5.scala
author Christian Urban <urbanc@in.tum.de>
Fri, 10 Apr 2020 12:12:48 +0100
changeset 333 24bc76d97db2
parent 300 72688efdf17c
permissions -rw-r--r--
updated
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
300
72688efdf17c updated testing files
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     1
import CW10b._
72688efdf17c updated testing files
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     2
72688efdf17c updated testing files
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     3
assert(jtable("""+++++[->++++++++++<]>--<+++[->>++++++++++<<]>>++<<----------[+>.>.<+<]""") ==
72688efdf17c updated testing files
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     4
          Map(69 -> 61, 5 -> 20, 60 -> 70, 27 -> 44, 43 -> 28, 19 -> 6))
72688efdf17c updated testing files
Christian Urban <urbanc@in.tum.de>
parents:
diff changeset
     5