Remove Tab separated test since this is not a valid option

This commit is contained in:
GCHQDeveloper581 2026-07-23 07:01:18 +00:00
parent 6219a99bdc
commit c77562fe4e
No known key found for this signature in database
GPG Key ID: 6222E059A3DF595C

View File

@ -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",