summaryrefslogtreecommitdiff
path: root/tests/relops.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/relops.ur')
-rw-r--r--tests/relops.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/relops.ur b/tests/relops.ur
index b876c482..77a352dc 100644
--- a/tests/relops.ur
+++ b/tests/relops.ur
@@ -25,6 +25,6 @@ val r2 : transaction string =
val main : unit -> transaction page = fn () =>
s <- r2;
- return <html><body>
+ return <xml><body>
{cdata s}
- </body></html>
+ </body></xml>