Skip to content
Snippets Groups Projects
Commit 53446aef authored by Martin Nilsson's avatar Martin Nilsson
Browse files

Test the error prototype

parent ea786e42
No related branches found
No related tags found
No related merge requests found
......@@ -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 )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment