annotate tests/empties.ur @ 1595:154cfe2eb366

Better error messages about server-side use of client-side functions
author Adam Chlipala <adam@chlipala.net>
date Mon, 14 Nov 2011 09:15:10 -0500
parents 815afd323d86
children
rev   line source
adamc@984 1 fun main () = return <xml><body>
adamc@984 2 <table> <tr> <th/> <td><p/></td> </tr> </table>
adamc@984 3 <form><textbox{#A}/></form>
adamc@984 4 </body></xml>