diff options
Diffstat (limited to 'tests/error.ur')
-rw-r--r-- | tests/error.ur | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/error.ur b/tests/error.ur new file mode 100644 index 00000000..e5586d8d --- /dev/null +++ b/tests/error.ur @@ -0,0 +1,3 @@ +fun main () : transaction page = return <html><body> + <font size={error <body>I couldn't make up my <b>mind</b>!</body>}>Hello!</font> +</body></html> |