git @ Cat's Eye Technologies Falderal / 3c0e8a0
Fix typo. catseye 13 years ago
1 changed file(s) with 1 addition(s) and 1 deletion(s). Raw diff Collapse all Expand all
4848 hereDocs = inputHereDoc ++ expectedHereDoc
4949 command = cmd ++ " <input.txt >output.txt\n"
5050 diff = "diff -u expected.txt output.txt || echo 'failed'\n"
51 cleanUp = "rm -f input.text expected.txt output.txt\n"
51 cleanUp = "rm -f input.txt expected.txt output.txt\n"
5252 formattedBlock = hereDocs ++ command ++ diff ++ cleanUp
5353 in
5454 formattedBlock ++ "\n" ++ formatBlocks rest