Mercurial > urweb
view tests/cdataF.ur @ 2260:03b10c7fab9a
Begin work on cache merging.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Mon, 28 Sep 2015 22:16:51 -0400 |
parents | 71bafe66dbe1 |
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>