summaryrefslogtreecommitdiff
path: root/tests/html.lac
blob: 6c8c743a2e7a6400709b9ad65b3bf492ebda8b3a (plain)
1
2
3
4
5
val text : xml[Html] = <html>
        <head>
                <title>Hello World!</title>
        </head>
</html>