From 4845a564354eff8b2271c3dd76f51b693a5d2a31 Mon Sep 17 00:00:00 2001 From: n1474335 Date: Mon, 17 Jul 2017 13:31:28 +0000 Subject: [PATCH] Fixed Diff test for new higlighting class --- test/tests/operations/StrUtils.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/operations/StrUtils.js b/test/tests/operations/StrUtils.js index 1450d1ba..478ab1f3 100644 --- a/test/tests/operations/StrUtils.js +++ b/test/tests/operations/StrUtils.js @@ -26,7 +26,7 @@ TestRegister.addTests([ { name: "Diff, basic usage", input: "testing23\n\ntesting123", - expectedOutput: "testing123", + expectedOutput: "testing123", recipeConfig: [ { "op": "Diff",