mirror of
https://github.com/gchq/CyberChef
synced 2025-12-05 23:53:27 +00:00
fixed linter issues.
This commit is contained in:
@@ -1,4 +1,3 @@
|
||||
|
||||
/**
|
||||
* YAML tests.
|
||||
*
|
||||
@@ -17,10 +16,10 @@ TestRegister.addTests([
|
||||
name: "YAML to JSON",
|
||||
input: EXAMPLE_YAML,
|
||||
expectedOutput: JSON.stringify({
|
||||
"number": 3,
|
||||
"plain": "string",
|
||||
"block": "two\nlines\n"
|
||||
}, null, 4),
|
||||
"number": 3,
|
||||
"plain": "string",
|
||||
"block": "two\nlines\n"
|
||||
}, null, 4),
|
||||
recipeConfig: [
|
||||
{
|
||||
op: "YAML to JSON",
|
||||
|
||||
Reference in New Issue
Block a user