Mercurial > urweb
view tests/strcspn.ur @ 2165:7dfce558aca2
Change 'make test' to work before 'make install'
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Thu, 06 Aug 2015 09:57:47 -0400 |
parents | 446e73902b09 |
children |
line wrap: on
line source
fun main () : transaction page = s <- source ""; return <xml><body> <ctextbox source={s}/> <button onclick={fn _ => v <- get s; alert (show (strcspn v "0123456789"))}/> </body></xml>