浏览代码

Fixed Diff test for new higlighting class

n1474335 8 年之前
父节点
当前提交
4845a56435
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      test/tests/operations/StrUtils.js

+ 1 - 1
test/tests/operations/StrUtils.js

@@ -26,7 +26,7 @@ TestRegister.addTests([
     {
         name: "Diff, basic usage",
         input: "testing23\n\ntesting123",
-        expectedOutput: "testing<span class='hlgreen'>1</span>23",
+        expectedOutput: "testing<span class='hl5'>1</span>23",
         recipeConfig: [
             {
                 "op": "Diff",