Mercurial > urweb
view tests/html.ur @ 1210:c5bd970e77a5
Parsing more comparison operators
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Tue, 06 Apr 2010 12:04:08 -0400 |
parents | 71bafe66dbe1 |
children |
line wrap: on
line source
val main = <html> <head> <title>Hello World!</title> </head> <body> <b>Hello</b> <i>World</i>! </body> </html>