소스 검색

Add test for the error fixed before

Karsten Silkenbäumer 6 년 전
부모
커밋
14d924f6c7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      tests/operations/tests/BaconCipher.mjs

+ 1 - 1
tests/operations/tests/BaconCipher.mjs

@@ -234,7 +234,7 @@ TestRegister.addTests([
     },
     {
         name: "Bacon Decode: complete alphabet case code inverse",
-        input: "Well, there's now another example which will be not only strange to read but sound weird for everyone knowing nothing what the thing is about. Nevertheless, works great out of the box.",
+        input: "Well, there's now another example   which will be not only strange to read but sound weird for everyone knowing nothing what the thing is about. Nevertheless, works great out of the box. ",
         expectedOutput: "DECODE",
         recipeConfig: [
             {