Mercurial > urweb
view tests/html_fn.ur @ 1563:a0caa991cdad
Resugar tag names before printing parse errors
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 22 Sep 2011 09:51:06 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main : unit -> page = fn () => <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>