annotate tests/formFields.ur @ 1981:e90f218f2d48

Trim trailing whitespace in urweb.c.
author Patrick Hurst <phurst@mit.edu>
date Sat, 25 Jan 2014 18:13:33 -0500
parents 69daa6d70299
children
rev   line source
adam@1787 1 fun main (pb : postBody) : transaction page = return <xml><body>
adam@1787 2 {List.mapX (fn (n, v) => <xml><li>{[n]} = {[v]}</li></xml>) (postFields pb)}
adam@1787 3 </body></xml>