--- a/main_testing2/wordle_test.sh Fri Dec 02 12:55:59 2022 +0000
+++ b/main_testing2/wordle_test.sh Thu Dec 08 17:53:08 2022 +0000
@@ -133,8 +133,8 @@
echo " score(\"chess\", \"eexss\") == List(P, A, A, C, C)" >> $out
echo "" >> $out
echo " val p = pool(\"chess\", \"caves\")" >> $out
- echo " aux(\"chess\".toList, \"caves\".toList, Nil) == List(P, A, A, A, C)" >> $out
- echo " aux(\"chess\".toList, \"caves\".toList, p) == List(P, A, A, P, C)" >> $out
+ echo " aux(\"chess\".toList, \"caves\".toList, Nil) == List(C, A, A, A, C)" >> $out
+ echo " aux(\"chess\".toList, \"caves\".toList, p) == List(C, A, A, P, C)" >> $out
if (scala_assert "wordle.scala" "wordle_test3b.scala")
then