summaryrefslogtreecommitdiff
path: root/tests/dlist.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dlist.ur')
-rw-r--r--tests/dlist.ur1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/dlist.ur b/tests/dlist.ur
index 211291bc..dbf8c3c5 100644
--- a/tests/dlist.ur
+++ b/tests/dlist.ur
@@ -19,4 +19,5 @@ fun main () : transaction page =
tl <- get s;
s' <- source (Cons (hd, tl));
set s s'}/>
+ <button value="Reset" onclick={set s ns}/>
</body></xml>