Mercurial > urweb
view tests/post.ur @ 2113:c15f35e507b5
Fix resolution of 'file' paths
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 10 Feb 2015 09:58:20 -0500 |
parents | b106ca8200b1 |
children |
line wrap: on
line source
fun callMe n s pb = return <xml><body> n = {[n]}<br/> s = {[s]}<br/> pb : {[postType pb]} = {[postData pb]} </body></xml>