summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 17:14:35 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 17:14:35 -0400
commite2aa333c0811b2cd3003f9aac565e64f8ae37dbb (patch)
treefbf85b7af481843c62e6690911cc12e0fb028cb9 /tests
parent411808e8dced75f376c7a95bb79d989cde704fd9 (diff)
More fun with HTML
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>