comparison tests/funnyStyles.ur @ 1849:3005c66b70e8
Get -css flag working again
author |
Adam Chlipala <adam@chlipala.net> |
date |
Tue, 16 Apr 2013 11:25:56 -0400 |
parents |
|
children |
|
comparison
equal
deleted
inserted
replaced
|
1 style booboo |
|
2 style hoohoo |
|
3 |
|
4 fun main () : transaction page = return <xml><body> |
|
5 <p class={booboo}>booboo</p> |
|
6 <p class={hoohoo}>hoohoo</p> |
|
7 <p class={null}>null</p> |
|
8 </body></xml> |