diff --git a/frontend/src/ts/test/funbox/funbox-list.ts b/frontend/src/ts/test/funbox/funbox-list.ts index ff10749bf..c0b5c8301 100644 --- a/frontend/src/ts/test/funbox/funbox-list.ts +++ b/frontend/src/ts/test/funbox/funbox-list.ts @@ -95,7 +95,6 @@ const list: MonkeyTypes.FunboxMetadata[] = [ info: "Where was the ampersand again?. Only ASCII characters.", properties: ["ignoresLanguage", "noLetters", "unspeakable"], forcedConfig: { - punctuation: [false], numbers: [false], }, }, diff --git a/frontend/src/ts/test/funbox/funbox.ts b/frontend/src/ts/test/funbox/funbox.ts index 6d8423357..dc1c59b9c 100644 --- a/frontend/src/ts/test/funbox/funbox.ts +++ b/frontend/src/ts/test/funbox/funbox.ts @@ -396,6 +396,9 @@ FunboxList.setFunboxFunctions("ascii", { getWord(): string { return Misc.getASCII(); }, + punctuateWord(word: string): string { + return word; + }, }); FunboxList.setFunboxFunctions("specials", {