summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:04:32 -0400
committerGravatar Adam Chlipala <adamc@hcoop.net>2008-07-10 15:04:32 -0400
commit81a4a8171274586428288bd7e75ea6721ca56e27 (patch)
tree7f4e2dbcd67a12d31a44d95d39c31ebe92328033 /tests
parent4a72cb276ab63dc4d00222f191160eda6b342ec5 (diff)
Initial HTML attributes support
Diffstat (limited to 'tests')
-rw-r--r--tests/attrs.lac5
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/attrs.lac b/tests/attrs.lac
new file mode 100644
index 00000000..0495c4eb
--- /dev/null
+++ b/tests/attrs.lac
@@ -0,0 +1,5 @@
+val main = fn () => <html><body>
+ <font face="awesome">Welcome</font>
+</body></html>
+
+page main