Mercurial > urweb
view tests/formFields.ur @ 1793:446e73902b09
Fix JavaScript implementation of strcspn()
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 24 Jul 2012 19:49:50 -0400 |
parents | 69daa6d70299 |
children |
line wrap: on
line source
fun main (pb : postBody) : transaction page = return <xml><body> {List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)} </body></xml>