diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/chat.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/chat.ur b/tests/chat.ur index 8763a190..7f723ba5 100644 --- a/tests/chat.ur +++ b/tests/chat.ur @@ -48,6 +48,7 @@ fun chat id = fun doSpeak () = line <- get newLine; + set newLine ""; speak line in return <xml><body onload={onload ()}> |