diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/dlist.ur | 1 |
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> |