Fork no longer appends its merge delimiter to the end of the output. Closes #692

This commit is contained in:
n1474335 2019-10-18 13:57:21 +01:00
parent 61d40b5a0b
commit 3e3322e1f0
3 changed files with 6 additions and 6 deletions

View file

@ -42,7 +42,7 @@ TestRegister.addTests([
{
name: "Fork, Comment, Base64",
input: "cat\nsat\nmat",
expectedOutput: "Y2F0\nc2F0\nbWF0\n",
expectedOutput: "Y2F0\nc2F0\nbWF0",
recipeConfig: [
{
"op": "Fork",