Mercurial > urweb
comparison tests/style.ur @ 722:f06880c8bf68
Tiny increment to style test
author | Adam Chlipala <adamc@hcoop.net> |
---|---|
date | Sun, 12 Apr 2009 14:21:19 -0400 |
parents | 9864b64b1700 |
children | 12ec14a6be0b |
comparison
equal
deleted
inserted
replaced
721:9864b64b1700 | 722:f06880c8bf68 |
---|---|
1 style q | 1 style q |
2 style r | 2 style r |
3 | 3 |
4 fun main () : transaction page = return <xml><body> | 4 fun main () : transaction page = return <xml><body> |
5 Hi. <span class={q}>And hi again!</span> | 5 Hi. <span class={q}>And hi <span class={r}>again</span>!</span> |
6 </body></xml> | 6 </body></xml> |