From c77562fe4ed5b3b666c3e49e6c1a0e5a4883a40e Mon Sep 17 00:00:00 2001 From: GCHQDeveloper581 <63102987+GCHQDeveloper581@users.noreply.github.com> Date: Thu, 23 Jul 2026 07:01:18 +0000 Subject: [PATCH] Remove Tab separated test since this is not a valid option --- tests/operations/tests/MOD.mjs | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/tests/operations/tests/MOD.mjs b/tests/operations/tests/MOD.mjs index f2f4817d..2ecd25f6 100644 --- a/tests/operations/tests/MOD.mjs +++ b/tests/operations/tests/MOD.mjs @@ -50,17 +50,6 @@ TestRegister.addTests([ } ], }, - { - name: "MOD: Tab-separated numbers", - input: "20\t14\t8\t35", - expectedOutput: "2 2 2 5", - recipeConfig: [ - { - "op": "MOD", - "args": [6, "Tab"] - } - ], - }, { name: "MOD: Large numbers", input: "123456789012345 987654321098765",