main_testing5/bf_test5.scala
author Christian Urban <christian.urban@kcl.ac.uk>
Mon, 08 Nov 2021 01:03:09 +0000
changeset 401 9471c3b7ea02
parent 348 b5b6ed38c2f2
child 404 bf20a9fa5c29
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