Fix typo.
catseye
13 years ago
48 | 48 | hereDocs = inputHereDoc ++ expectedHereDoc |
49 | 49 | command = cmd ++ " <input.txt >output.txt\n" |
50 | 50 | 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" | |
52 | 52 | formattedBlock = hereDocs ++ command ++ diff ++ cleanUp |
53 | 53 | in |
54 | 54 | formattedBlock ++ "\n" ++ formatBlocks rest |