aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/html.lac
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 17:02:42 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-03 17:02:42 -0400
commit411808e8dced75f376c7a95bb79d989cde704fd9 (patch)
tree99774d5b0191f26a1d7f9ae73b91bcc6123aa0c9 /tests/html.lac
parenta4a7692d226262376d2cea2480033227f885cd7e (diff)
XML tags with contents
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>