diff options
author | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 16:18:00 +0100 |
---|---|---|
committer | Jean-Michel Vedrine <vedrine@vedrine.org> | 2018-01-29 16:18:00 +0100 |
commit | 5e12f43961b92ea152d9ede1200faaa4ee1dc5c9 (patch) | |
tree | 06e2a68d9f9ccf825cd661073e08f5fa334c859c /lang | |
parent | 70f3702b5d5addcd029488d5194e8d6855c1a45f (diff) |
Test parser exceptions
Diffstat (limited to 'lang')
-rw-r--r-- | lang/en/qtype_algebra.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lang/en/qtype_algebra.php b/lang/en/qtype_algebra.php index 26b6fe1..819e14b 100644 --- a/lang/en/qtype_algebra.php +++ b/lang/en/qtype_algebra.php @@ -27,6 +27,7 @@ $string['badclosebracket'] = 'Invalid close bracket found'; $string['badequivtype'] = 'Invalid type: can only compare parser terms with other parser terms'; $string['badfuncargs'] = 'Invalid arguments for the function \'{$a}\''; $string['decimal'] = '.'; +$string['exceptionmessage'] = '{$a}'; $string['illegalplusminus'] = 'Found a + or - in an invalid location'; $string['mismatchedbracket'] = 'Mismatched brackets: Open and close bracket pair not of same type \'{$a}\''; $string['mismatchedcloseb'] = 'Mismatched brackets: Close bracket without an open bracket found'; |