comparison 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
comparison
equal deleted inserted replaced
104:b1e5398a7f30 105:da760c34f5ed
1 val main = fn () => <html><body> 1 val main = fn () => <html><body>
2 <font face="awesome">Welcome</font> 2 <font size=42 face="awesome">Welcome</font>
3 </body></html> 3 </body></html>
4 4
5 page main 5 page main