summaryrefslogtreecommitdiff
path: root/yaksh/stdio_evaluator.py
diff options
context:
space:
mode:
Diffstat (limited to 'yaksh/stdio_evaluator.py')
-rw-r--r--yaksh/stdio_evaluator.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yaksh/stdio_evaluator.py b/yaksh/stdio_evaluator.py
index 86b124c..4f5cfaf 100644
--- a/yaksh/stdio_evaluator.py
+++ b/yaksh/stdio_evaluator.py
@@ -9,7 +9,7 @@ class Evaluator(object):
error_msg = "Expected Output is {0} ".\
format(repr(expected_output))
else:
- error_msg = " Given Input is {0} \n Expected Output is {1} ".\
+ error_msg = " Given Input is\n {0} \n Expected Output is {1} ".\
format(expected_input, repr(expected_output))
if output_err == '':
if user_output == expected_output: