comparison tests/style.ur @ 720:acb8537f58f0

Stop tracking CSS classes in XML types
author Adam Chlipala <adamc@hcoop.net>
date Sun, 12 Apr 2009 12:31:54 -0400
parents f152f215a02c
children 9864b64b1700
comparison
equal deleted inserted replaced
719:5c099b1308ae 720:acb8537f58f0
1 style q : [] 1 style q
2 style r : [Table, List] 2 style r
3 3
4 fun main () : transaction page = return <xml><body> 4 fun main () : transaction page = return <xml><body>
5 Hi. 5 Hi.
6 </body></xml> 6 </body></xml>