diff options
Diffstat (limited to 'tests/html_fn.lac')
-rw-r--r-- | tests/html_fn.lac | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/html_fn.lac b/tests/html_fn.lac new file mode 100644 index 00000000..9b81b73d --- /dev/null +++ b/tests/html_fn.lac @@ -0,0 +1,9 @@ +val main = fn () => <html> + <head> + <title>Hello World!</title> + </head> + + <body> + <b>Hello</b> <i>World</i>! + </body> +</html> |