summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/html.lac6
1 files changed, 5 insertions, 1 deletions
diff --git a/tests/html.lac b/tests/html.lac
index 6c8c743a..9b81b73d 100644
--- a/tests/html.lac
+++ b/tests/html.lac
@@ -1,5 +1,9 @@
-val text : xml[Html] = <html>
+val main = fn () => <html>
<head>
<title>Hello World!</title>
</head>
+
+ <body>
+ <b>Hello</b> <i>World</i>!
+ </body>
</html>