diff -r 289b85843ffd -r 557d18cce0f0 main_testing3/re_test.sh --- 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