view tests/cdataF.lac @ 145:b1b33f7cf555

Fix GET parsing for inputs without =
author Adam Chlipala <adamc@hcoop.net>
date Tue, 22 Jul 2008 15:22:34 -0400
parents b1cfe49ce692
children
line wrap: on
line source
val snippet = fn s => <body>
        <h1>{cdata s}</h1>
</body>

val main = fn () => <html><body>
        {snippet "<Hi."}
        {snippet "Bye."}
</body></html>