diff tests/post.ur @ 1347:b106ca8200b1

postBody type
author Adam Chlipala <adam@chlipala.net>
date Sat, 18 Dec 2010 10:56:31 -0500
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/post.ur	Sat Dec 18 10:56:31 2010 -0500
@@ -0,0 +1,5 @@
+fun callMe n s pb = return <xml><body>
+  n = {[n]}<br/>
+  s = {[s]}<br/>
+  pb : {[postType pb]} = {[postData pb]}
+</body></xml>