marking4/re_test.sh
changeset 333 24bc76d97db2
parent 332 703c7e42bf46
equal deleted inserted replaced
332:703c7e42bf46 333:24bc76d97db2
   169   echo -e " matcher(EVIL, \"a\" * 50 ++ \"b\") == true" | tee -a $out
   169   echo -e " matcher(EVIL, \"a\" * 50 ++ \"b\") == true" | tee -a $out
   170   echo -e " matcher(EVIL, \"a\" * 50) == false" | tee -a $out
   170   echo -e " matcher(EVIL, \"a\" * 50) == false" | tee -a $out
   171   echo -e " matcher(EVIL, \"b\") == true" | tee -a $out
   171   echo -e " matcher(EVIL, \"b\") == true" | tee -a $out
   172   echo -e " matcher(EVIL, \"bb\") == false" | tee -a $out
   172   echo -e " matcher(EVIL, \"bb\") == false" | tee -a $out
   173   echo -e " matcher(\"abc\", \"abc\") == true" | tee -a $out
   173   echo -e " matcher(\"abc\", \"abc\") == true" | tee -a $out
   174   echo -e " matcher(\"abc\", \"ab\") == true" | tee -a $out
   174   echo -e " matcher(\"abc\", \"ab\") == false" | tee -a $out
   175   echo -e " matcher((\"ab\" | \"a\") ~ (ONE | \"bc\"), \"abc\") == true" | tee -a $out
   175   echo -e " matcher((\"ab\" | \"a\") ~ (ONE | \"bc\"), \"abc\") == true" | tee -a $out
   176   echo -e " matcher(ONE, \"\") == true" | tee -a $out
   176   echo -e " matcher(ONE, \"\") == true" | tee -a $out
   177   echo -e " matcher(ZERO, \"\") == false" | tee -a $out
   177   echo -e " matcher(ZERO, \"\") == false" | tee -a $out
   178   echo -e " matcher(ONE | CHAR('a'), \"\") == true" | tee -a $out
   178   echo -e " matcher(ONE | CHAR('a'), \"\") == true" | tee -a $out
   179   echo -e " matcher(ONE | CHAR('a'), \"a\") == true" | tee -a $out
   179   echo -e " matcher(ONE | CHAR('a'), \"a\") == true" | tee -a $out