--- a/testing5/bf_test.sh Fri Dec 07 12:17:27 2018 +0000
+++ b/testing5/bf_test.sh Sun Dec 09 01:36:49 2018 +0000
@@ -94,14 +94,14 @@
if [ $tsts1 -eq 0 ]
then
- echo -e " jumpRight(\"[******]***\", 1, 0) == 8" >> $out
- echo -e " jumpRight(\"[**[*]*]***\", 1, 0) == 8" >> $out
- echo -e " jumpRight(\"[**[*]*]***\", 1, 0) == 8" >> $out
- echo -e " jumpRight(\"[**[***]***\", 1, 0) == 11" >> $out
- echo -e " jumpRight(\"[*[][]*]***\", 1, 0) == 8" >> $out
- echo -e " jumpLeft(\"[******]***\", 6, 0) == 1" >> $out
- echo -e " jumpLeft(\"[******]***\", 7, 0) == -1" >> $out
- echo -e " jumpLeft(\"[*[][]*]***\", 6, 0) == 1" >> $out
+ echo -e " jumpRight(\"[xxxxxx]xxx\", 1, 0) == 8" >> $out
+ echo -e " jumpRight(\"[xx[x]x]xxx\", 1, 0) == 8" >> $out
+ echo -e " jumpRight(\"[xx[x]x]xxx\", 1, 0) == 8" >> $out
+ echo -e " jumpRight(\"[xx[xxx]xxx\", 1, 0) == 11" >> $out
+ echo -e " jumpRight(\"[x[][]x]xxx\", 1, 0) == 8" >> $out
+ echo -e " jumpLeft(\"[xxxxxx]xxx\", 6, 0) == 1" >> $out
+ echo -e " jumpLeft(\"[xxxxxx]xxx\", 7, 0) == -1" >> $out
+ echo -e " jumpLeft(\"[x[][]x]xxx\", 6, 0) == 1" >> $out
if (scala_assert "bf.scala" "bf_test3.scala")
then