main_testing3/re_test.sh
changeset 455 557d18cce0f0
parent 453 08cd972b219f
child 456 d076cb2e0b75
--- a/main_testing3/re_test.sh	Thu Dec 08 22:19:21 2022 +0000
+++ b/main_testing3/re_test.sh	Sat Dec 17 12:42:49 2022 +0000
@@ -138,7 +138,7 @@
   echo -e " simp(ALT(ZERO | CHAR('a'), CHAR('a') | ZERO)) == CHAR('a')" >> $out
   echo -e " simp(ALT(ONE | CHAR('a'), CHAR('a') | ONE)) == ALT(ONE, CHAR('a'))" >> $out
   echo -e " simp(ALTs(Nil)) == ZERO" >> $out
-  echo -e " simp(SEQs(CHAR('a'))) == CHAR('a')" >> $out
+  echo -e " simp(SEQs(List(CHAR('a')))) == CHAR('a')" >> $out
   if (scala_assert "re.scala" "re_test3.scala")
   then
     echo -e "  --> success" >> $out