diff options
-rw-r--r-- | tests/fromStringErr.ur | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fromStringErr.ur b/tests/fromStringErr.ur index dcc25783..77fc8a20 100644 --- a/tests/fromStringErr.ur +++ b/tests/fromStringErr.ur @@ -1,5 +1,6 @@ fun main () : transaction page = return <html><body> 3 = {cdata (show _ (readError _ "3" : int))}<br/> 12.12 = {cdata (show _ (readError _ "12.12" : float))}<br/> + Hi = {cdata (show _ (readError _ "Hi" : string))}<br/> True = {cdata (show _ (readError _ "True" : bool))}<br/> </body></html> |