diff tests/html.lac @ 92:1a4c51fa615c

XML tags with contents
author Adam Chlipala <adamc@hcoop.net>
date Thu, 03 Jul 2008 17:02:42 -0400
parents 4327abd52997
children 94afff1ff7f6
line wrap: on
line diff
--- a/tests/html.lac	Thu Jul 03 16:26:28 2008 -0400
+++ b/tests/html.lac	Thu Jul 03 17:02:42 2008 -0400
@@ -1,3 +1,5 @@
 val text : xml[Html] = <html>
-        <head/>
+        <head>
+                <title>Hello World!</title>
+        </head>
 </html>