diff options
author | Timotej Lazar <timotej.lazar@araneo.org> | 2015-08-28 18:33:21 +0200 |
---|---|---|
committer | Timotej Lazar <timotej.lazar@araneo.org> | 2015-08-28 18:33:21 +0200 |
commit | fc844ca1b08dd784788e99788200cb71ca83f757 (patch) | |
tree | 93edabb4a4f844f0726b04e273b63dc55644a323 | |
parent | afc5b4726a133139b44edecde10aa41fd7622505 (diff) |
Add the 'test_results' message for Prolog
-rw-r--r-- | prolog/en.py | 4 |
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> |