Loading static/js/exercises.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,8 @@ export const practice = test("Linux-Übungsmodus", function() { this.exercise("Datei bearbeiten", async function () { this.describe(`Füge die Zeile "The cat is on the mat." ans Ende der Datei "saetze" an.`) await this.manualConfirmation() this.verify("cat saetze").hasOutput(["Colorless green ideas sleep furiously.", "The cat is on the mat."]) }) Loading Loading
static/js/exercises.mjs +2 −0 Original line number Diff line number Diff line Loading @@ -77,6 +77,8 @@ export const practice = test("Linux-Übungsmodus", function() { this.exercise("Datei bearbeiten", async function () { this.describe(`Füge die Zeile "The cat is on the mat." ans Ende der Datei "saetze" an.`) await this.manualConfirmation() this.verify("cat saetze").hasOutput(["Colorless green ideas sleep furiously.", "The cat is on the mat."]) }) Loading