summaryrefslogtreecommitdiff
path: root/python/sl.py
diff options
context:
space:
mode:
authorMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
committerMartin <martin@leo.fri1.uni-lj.si>2015-09-22 17:28:25 +0200
commitba4bee9a9a508eb1a686808241559b331f2d33ea (patch)
tree1e62fc15c369c6250fd8330306bbf85c5168a9d9 /python/sl.py
parentcb71b2083b2f87b2f0466577dbe3e11efe22410c (diff)
Added Greatest Negative problem.
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>