mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-16 08:58:30 +01:00
Fixed Diff test for new higlighting class
This commit is contained in:
parent
f164dcdd70
commit
4845a56435
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ TestRegister.addTests([
|
||||||
{
|
{
|
||||||
name: "Diff, basic usage",
|
name: "Diff, basic usage",
|
||||||
input: "testing23\n\ntesting123",
|
input: "testing23\n\ntesting123",
|
||||||
expectedOutput: "testing<span class='hlgreen'>1</span>23",
|
expectedOutput: "testing<span class='hl5'>1</span>23",
|
||||||
recipeConfig: [
|
recipeConfig: [
|
||||||
{
|
{
|
||||||
"op": "Diff",
|
"op": "Diff",
|
||||||
|
|
Loading…
Reference in a new issue