Tidy up formatting in Remove ANSI Escape Codes tests

This commit is contained in:
Louis-Ladd 2026-06-02 14:08:37 -06:00
parent 23e706dff0
commit eb773d9b75

View File

@ -13,8 +13,7 @@ TestRegister.addTests([
"recipeConfig": [ "recipeConfig": [
{ {
"op": "Remove ANSI Escape Codes", "op": "Remove ANSI Escape Codes",
"args": [ "args": [],
],
}, },
], ],
}, },
@ -25,8 +24,7 @@ TestRegister.addTests([
"recipeConfig": [ "recipeConfig": [
{ {
"op": "Remove ANSI Escape Codes", "op": "Remove ANSI Escape Codes",
"args": [ "args": [],
],
}, },
], ],
}, },
@ -37,12 +35,10 @@ TestRegister.addTests([
"recipeConfig": [ "recipeConfig": [
{ {
"op": "Remove ANSI Escape Codes", "op": "Remove ANSI Escape Codes",
"args": [ "args": [],
],
}, },
], ],
}, },
{ {
"name": "Remove ANSI Escape Codes: text containing javascript escape representation of ansi escape codes", "name": "Remove ANSI Escape Codes: text containing javascript escape representation of ansi escape codes",
// input/output expressed in hex to avoid accidental interpretation of Javascript escapes and to make the test case explicit // input/output expressed in hex to avoid accidental interpretation of Javascript escapes and to make the test case explicit
@ -63,5 +59,4 @@ TestRegister.addTests([
} }
], ],
}, },
]); ]);