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