mirror of
https://github.com/gchq/CyberChef
synced 2025-12-26 05:03:22 +00:00
Added 'DishError' and refined test results.
This commit is contained in:
@@ -334,8 +334,8 @@ TestRegister.addTests([
|
||||
},
|
||||
{
|
||||
name: "To MessagePack: no content",
|
||||
input: "",
|
||||
expectedError: true,
|
||||
input: "{}",
|
||||
expectedMatch: /Unexpected end of JSON input/,
|
||||
recipeConfig: [
|
||||
{
|
||||
"op": "To MessagePack",
|
||||
|
||||
Reference in New Issue
Block a user