Mercurial > urweb
annotate tests/vlad2.ur @ 1864:1aa9629e3a4c
Allow [where con] to descend within submodule structure; open submodule constraints while checking later signature items
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 19 Aug 2013 12:25:32 -0400 |
parents | 38411c2cd363 |
children |
rev | line source |
---|---|
adamc@1048 | 1 fun main () = return <xml><body><table> |
adamc@1048 | 2 <tr> <td align="right">#</td> <td>123</td> </tr> |
adamc@1048 | 3 </table></body></xml> |