From 7f0ce0da8d2a2c9623e966f12a26d2d06a8ef558 Mon Sep 17 00:00:00 2001 From: toby Date: Sat, 4 Mar 2017 11:05:05 -0500 Subject: [PATCH] Fix typo in "Fork, Cond Jump, Encodings" test --- test/tests/operations/FlowControl.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/tests/operations/FlowControl.js b/test/tests/operations/FlowControl.js index 45399c21..1531bbf1 100644 --- a/test/tests/operations/FlowControl.js +++ b/test/tests/operations/FlowControl.js @@ -54,7 +54,7 @@ TestRegister.addTests([ }, { name: "Fork, Conditional Jump, Encodings", - input: "Some data with a 1 in it\nSome data with a 2 in it", + input: "Some data with a 1 in it\nSome data with a 2 in it\n", expectedOutput: "U29tZSBkYXRhIHdpdGggYSAxIGluIGl0\n53 6f 6d 65 20 64 61 74 61 20 77 69 74 68 20 61 20 32 20 69 6e 20 69 74\n", recipeConfig: [ {"op":"Fork", "args":["\\n", "\\n", false]},