diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/jserror.ur | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/jserror.ur b/tests/jserror.ur index ab2c955c..eccbe344 100644 --- a/tests/jserror.ur +++ b/tests/jserror.ur @@ -1,3 +1,3 @@ fun main () : transaction page = return <xml> - <body onload={onError (fn s => alert "There was an error."); error <xml>Badder</xml>}/> + <body onload={onError (fn s => alert ("There was an error: " ^ show s)); error <xml>Badder</xml>}/> </xml> |