fix: removed newline from input and set default arg
This commit is contained in:
parent
e767a89b61
commit
158641c921
@ -107,7 +107,7 @@ TestRegister.addTests([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
name: "ZStandard Decompress",
|
name: "ZStandard Decompress",
|
||||||
input: "KLUv/QRYwQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4KpvSd8w==",
|
input: "KLUv/QRYuQAAVGhlIGNhdCBzYXQgb24gdGhlIG1hdC4tJ481",
|
||||||
expectedOutput: "The cat sat on the mat.",
|
expectedOutput: "The cat sat on the mat.",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
@ -116,7 +116,7 @@ TestRegister.addTests([
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
"op": "ZStandard Decompress",
|
"op": "ZStandard Decompress",
|
||||||
"args": []
|
"args": [65536]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user