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
commit22b407de7cf9ee5cc5947369372d9ca8373134a6 (patch)
tree0471a3f9c6149b8d3c0451bce03a494dbc938a98 /tests/pathmap.ur
parentfdc4582e7fbfaecebaa2d27660a0184d9949b232 (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>