Show More
@@ -51,7 +51,7 b' def splitnewlines(text):' | |||
|
51 | 51 | |
|
52 | 52 | def show_diff(expected, output): |
|
53 | 53 | for line in difflib.unified_diff(expected, output, |
|
54 |
"Expected output", "Test output" |
|
|
54 | "Expected output", "Test output"): | |
|
55 | 55 | sys.stdout.write(line) |
|
56 | 56 | |
|
57 | 57 | def find_program(program): |
General Comments 0
You need to be logged in to leave comments.
Login now