summaryrefslogtreecommitdiff
path: root/python/sl.py
diff options
context:
space:
mode:
Diffstat (limited to 'python/sl.py')
-rw-r--r--python/sl.py9
1 files changed, 9 insertions, 0 deletions
diff --git a/python/sl.py b/python/sl.py
index e7bbed4..3f97964 100644
--- a/python/sl.py
+++ b/python/sl.py
@@ -44,6 +44,15 @@ hint = {
<p>Program je opravil [%=passed%] / [%=total%] testov.</p>
'''],
+ 'problematic_test_case': ['''\
+<p>Problematični testni primer: [%=testin%]<p>
+<p>Pravilen rezultat: [%=testout%]</p>
+'''],
+
+ 'no_func_name': ['''\
+<p>Funkcija z imenom [%=func_name%] ni definirana. </p>
+'''],
+
'syntax_error': ['''\
<p>Program vsebuje sintaktično napako v vrstici [%=lineno%]:</p>
<pre>