diff tests/attrs.lac @ 105:da760c34f5ed

Stringifying attributes
author Adam Chlipala <adamc@hcoop.net>
date Thu, 10 Jul 2008 15:19:06 -0400
parents b1e5398a7f30
children 813e5a52063d
line wrap: on
line diff
--- a/tests/attrs.lac	Thu Jul 10 15:04:32 2008 -0400
+++ b/tests/attrs.lac	Thu Jul 10 15:19:06 2008 -0400
@@ -1,5 +1,5 @@
 val main = fn () => <html><body>
-        <font face="awesome">Welcome</font>
+        <font size=42 face="awesome">Welcome</font>
 </body></html>
 
 page main