summaryrefslogtreecommitdiff
path: root/tests/pathmap.ur
diff options
context:
space:
mode:
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>