Mercurial > urweb
view tests/optionM.ur @ 1568:0fab80567fa3
Fix searching for underscore elements in PDF files.
author | Ron de Bruijn <rmbruijn@gmail.com> |
---|---|
date | Fri, 30 Sep 2011 08:16:50 -0400 |
parents | a99b743a3087 |
children |
line wrap: on
line source
fun main () : transaction page = return <xml>{[x <- Some 1; y <- Some 2; return (x + y)]}</xml>