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 2ce1f5f0..98eaad7e 100644
--- a/tests/pathmap.ur
+++ b/tests/pathmap.ur
@@ -4,5 +4,6 @@ val y = List.mp (plus 2) x
fun main () : transaction page = return <xml><body>
{[x]}<br/>
{[y]}<br/>
- {[Aux.hello]}
+ {[Aux.hello]}<br/>
+ {List.mapX (fn n => <xml>{[n]}!</xml>) x}
</body></xml>