Mercurial > urweb
annotate tests/vlad2.ur @ 1925:15802a00816c
activeHead: don't modify the head. just execute the code provided
author | Sergey Mironov <grrwlf@gmail.com> |
---|---|
date | Fri, 06 Dec 2013 14:52:47 +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> |