summaryrefslogtreecommitdiff
path: root/tests/pathmap.ur
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2009-05-14 08:15:36 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2009-05-14 08:15:36 -0400
commitfa0e09c65b849b7bad86bfd457e7cf7b0771df9a (patch)
tree0471a3f9c6149b8d3c0451bce03a494dbc938a98 /tests/pathmap.ur
parentae8c16af976173ab73c63dd0ca7b9dc2183b3d6b (diff)
Testing custom paths
Diffstat (limited to 'tests/pathmap.ur')
-rw-r--r--tests/pathmap.ur3
1 files changed, 2 insertions, 1 deletions
diff --git a/tests/pathmap.ur b/tests/pathmap.ur
index 44699048..2ce1f5f0 100644
--- a/tests/pathmap.ur
+++ b/tests/pathmap.ur
@@ -3,5 +3,6 @@ val y = List.mp (plus 2) x
fun main () : transaction page = return <xml><body>
{[x]}<br/>
- {[y]}
+ {[y]}<br/>
+ {[Aux.hello]}
</body></xml>