This commit is contained in:
@@ -248,6 +248,15 @@ test("Vc 1. h", [
|
||||
},
|
||||
]);
|
||||
|
||||
test("Sv-5-exk", [
|
||||
{
|
||||
teacher: "Ing. Jan Šváb",
|
||||
teacherCode: "sv",
|
||||
type: "exkurze",
|
||||
hours: { from: 5, to: 10 },
|
||||
},
|
||||
]);
|
||||
|
||||
function test(input, expectedOutput) {
|
||||
const res = parseAbsence(input, teachermap);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user