diff tests/pathmap.ur @ 795:b87e71e45536

Testing custom paths
author Adam Chlipala <adamc@hcoop.net>
date Thu, 14 May 2009 08:15:36 -0400
parents dc3fc3f3b834
children 6271f0e3c272
line wrap: on
line diff
--- a/tests/pathmap.ur	Thu May 14 08:13:54 2009 -0400
+++ b/tests/pathmap.ur	Thu May 14 08:15:36 2009 -0400
@@ -3,5 +3,6 @@
 
 fun main () : transaction page = return <xml><body>
   {[x]}<br/>
-  {[y]}
+  {[y]}<br/>
+  {[Aux.hello]}
 </body></xml>