view tests/empties.ur @ 1600:8128fcb2d4a4

Fix catalog querying about empty tables
author Adam Chlipala <adam@chlipala.net>
date Fri, 18 Nov 2011 17:44:12 -0500
parents 815afd323d86
children
line wrap: on
line source
fun main () = return <xml><body>
  <table> <tr> <th/> <td><p/></td> </tr> </table>
  <form><textbox{#A}/></form>
</body></xml>