mirror of
https://github.com/openclaw/openclaw.git
synced 2026-05-28 02:10:41 +00:00
Gateway tests: include Russian and German stop forms
This commit is contained in:
@@ -50,6 +50,8 @@ describe("isChatStopCommandText", () => {
|
||||
expect(isChatStopCommandText("停止")).toBe(true);
|
||||
expect(isChatStopCommandText("やめて")).toBe(true);
|
||||
expect(isChatStopCommandText("توقف")).toBe(true);
|
||||
expect(isChatStopCommandText("остановись")).toBe(true);
|
||||
expect(isChatStopCommandText("halt")).toBe(true);
|
||||
expect(isChatStopCommandText("stopp")).toBe(true);
|
||||
expect(isChatStopCommandText("pare")).toBe(true);
|
||||
expect(isChatStopCommandText("/status")).toBe(false);
|
||||
|
||||
Reference in New Issue
Block a user