Remove Tab separated test since this is not a valid option
This commit is contained in:
parent
6219a99bdc
commit
c77562fe4e
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user