From 53446aeff84fb875167cf30c55aec6bed48a7ffc Mon Sep 17 00:00:00 2001 From: Martin Nilsson <nilsson@opera.com> Date: Tue, 4 Jun 2013 18:02:00 +0200 Subject: [PATCH] Test the error prototype --- lib/testsuite.in | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/testsuite.in b/lib/testsuite.in index 0d3924ca7f..51f086a847 100644 --- a/lib/testsuite.in +++ b/lib/testsuite.in @@ -25,6 +25,8 @@ test_eq(dirname("a"),"") test_eq( catch(error("x"))[0], "x" ) test_eq( catch(error("X"))[1][0]->fun, master()->_main ) +test_eq( catch(error("%x", 10))[0], "a" ) +test_eval_error( error("%s", 0) ) test_true( true ) test_false( false ) -- GitLab