This commit is contained in:
@@ -131,6 +131,7 @@ export default function parseAbsence(input, teacherMap = {}) {
|
||||
while ((m = specOnlyRe.exec(s)) !== null) {
|
||||
const matchStart = m.index;
|
||||
if (isConsumed(matchStart)) continue;
|
||||
if (m[1].trim() == "exk") continue; // Exkurze, will be implemented later
|
||||
|
||||
results.push({
|
||||
type: "invalid",
|
||||
|
||||
Reference in New Issue
Block a user