diff --git a/frontend/src/ts/test/test-ui.ts b/frontend/src/ts/test/test-ui.ts index 1be75a142..084b58ae2 100644 --- a/frontend/src/ts/test/test-ui.ts +++ b/frontend/src/ts/test/test-ui.ts @@ -165,7 +165,7 @@ function getWordHTML(word: string): string { retval += ``; } else if (word.charAt(c) === "\n") { newlineafter = true; - retval += ``; + retval += ``; } else { retval += "" + word.charAt(c) + ""; } @@ -544,7 +544,7 @@ export function updateWordElement(showError = !Config.blindMode): void { ret += ``; } else if (TestInput.input.current[i] === "\n") { newlineafter = true; - ret += ``; + ret += ``; } else { ret += `${TestInput.input.current[i]}`; } @@ -615,7 +615,7 @@ export function updateWordElement(showError = !Config.blindMode): void { currentLetter = ``; } else if (currentLetter === "\n") { nlChar = "nlChar"; - currentLetter = ``; + currentLetter = ``; } if (charCorrect) { @@ -676,7 +676,7 @@ export function updateWordElement(showError = !Config.blindMode): void { } else if (currentWord[i] === "\t") { ret += ``; } else if (currentWord[i] === "\n") { - ret += ``; + ret += ``; } else { ret += `