remove test expression

This commit is contained in:
AntonObersteiner 2024-06-03 12:56:54 +02:00
parent 65cfb75999
commit d81bf18fee

View file

@ -16659,8 +16659,7 @@ var regexr = (function () {
tt.showOn("error", "<span class='error'>" + label + ":</span> " + str, this.errorEl);
}
}
Expression.DEFAULT_EXPRESSION = "/(Student[^\\n ]* )?([^\\n ]+) .+(Zweitv|2. V)ersuch nicht bestanden/g";
//Expression.DEFAULT_EXPRESSION = "/(Zweitv|2. V)ersuch/g";
Expression.DEFAULT_EXPRESSION = "/(Erst|Zweit)versuch/g";
Expression.FLAGS = "gimsuxyU"; // for flag order
Expression.FLAG_LABELS = {
"g": "<em>g</em>lobal",