Commit f57133aa by Wenzel Jakob

correction to #266 fix

parent c2f6841c
...@@ -68,6 +68,6 @@ else: ...@@ -68,6 +68,6 @@ else:
print('Test "%s" FAILED!' % name) print('Test "%s" FAILED!' % name)
print('--- output') print('--- output')
print('+++ reference') print('+++ reference')
print('\n'.join(difflib.ndiff(output.splitlines(), print(''.join(difflib.ndiff(output.splitlines(True),
reference.splitlines()))) reference.splitlines(True))))
exit(-1) exit(-1)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment