Mercurial > urweb
view tests/ooo.ur @ 1666:df8f18d50746
Revert ax_check_openssl.m4 and instead compensate for Ubuntu weirdness in config.sml
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Mon, 09 Jan 2012 08:38:53 -0500 |
parents | d1cce194180d |
children |
line wrap: on
line source
fun main () : transaction page = s <- source "Hi"; return <xml><body> <form> <textbox{#A} source={s}/> Change it up! </form> </body></xml>