summaryrefslogtreecommitdiff
path: root/tests/html.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/html.ur')
-rw-r--r--tests/html.ur9
1 files changed, 9 insertions, 0 deletions
diff --git a/tests/html.ur b/tests/html.ur
new file mode 100644
index 00000000..e6f93ab3
--- /dev/null
+++ b/tests/html.ur
@@ -0,0 +1,9 @@
+val main = <html>
+ <head>
+ <title>Hello World!</title>
+ </head>
+
+ <body>
+ <b>Hello</b> <i>World</i>!
+ </body>
+</html>