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