annotate tests/cdataF.ur @ 2235:0aae15c2a05a

Refactored a lot and fixed an and/or swap, but still not good on current test.
author Ziv Scully <ziv@mit.edu>
date Mon, 29 Jun 2015 01:33:47 -0700
parents 71bafe66dbe1
children
rev   line source
adamc@135 1 val snippet = fn s => <body>
adamc@135 2 <h1>{cdata s}</h1>
adamc@135 3 </body>
adamc@135 4
adamc@135 5 val main = fn () => <html><body>
adamc@135 6 {snippet "<Hi."}
adamc@135 7 {snippet "Bye."}
adamc@135 8 </body></html>