1
0

chore: Idk
All checks were successful
Remote Deploy / deploy (push) Successful in 5s

This commit is contained in:
2025-12-16 20:46:10 +01:00
parent 894b6e0e3f
commit 9e844ab6e6

View File

@@ -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",