annotate tests/rewrite.ur @ 1731:27e731a65934

Include JavaScript files properly in error handler pages
author Adam Chlipala <adam@chlipala.net>
date Sat, 28 Apr 2012 12:00:35 -0400
parents 3b7e46790fa7
children
rev   line source
adamc@768 1 table t : { A : int }
adamc@768 2
adamc@768 3 fun other () = return <xml><body>
adamc@768 4 Other
adamc@768 5 </body></xml>
adamc@768 6
adamc@768 7 fun main () = return <xml><body>
adamc@768 8 <a link={other ()}>Hi!</a>
adamc@768 9 </body></xml>