summaryrefslogtreecommitdiff
path: root/tests/error.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/error.ur')
-rw-r--r--tests/error.ur5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/error.ur b/tests/error.ur
index e5586d8d..00c0105f 100644
--- a/tests/error.ur
+++ b/tests/error.ur
@@ -1,3 +1,2 @@
-fun main () : transaction page = return <html><body>
- <font size={error <body>I couldn't make up my <b>mind</b>!</body>}>Hello!</font>
-</body></html>
+fun main () : transaction page =
+ error <xml>I couldn't make up my <b>mind</b>!</xml>