summaryrefslogtreecommitdiff
path: root/prolog/en.py
diff options
context:
space:
mode:
authorTimotej Lazar <timotej.lazar@araneo.org>2015-08-28 18:33:21 +0200
committerTimotej Lazar <timotej.lazar@araneo.org>2015-08-28 18:33:21 +0200
commitfc844ca1b08dd784788e99788200cb71ca83f757 (patch)
tree93edabb4a4f844f0726b04e273b63dc55644a323 /prolog/en.py
parentafc5b4726a133139b44edecde10aa41fd7622505 (diff)
Add the 'test_results' message for Prolog
Diffstat (limited to 'prolog/en.py')
-rw-r--r--prolog/en.py4
1 files changed, 4 insertions, 0 deletions
diff --git a/prolog/en.py b/prolog/en.py
index 5fd881e..eebad21 100644
--- a/prolog/en.py
+++ b/prolog/en.py
@@ -5,6 +5,10 @@ hint = {
<p>No hint available, sorry!</p>
''',
+ 'test_results': '''\
+<p>Your code passed [%=passed%] / [%=total%] tests.</p>
+''',
+
'syntax_error': '''\
<p>Your code contains syntax errors! The Prolog compiler emitted the following messages:</p>
<pre>