annotate tests/cssNull.ur @ 2262:34ad83d9b729

Fix recording bugs to do with nesting and buffer reallocation. Stop MonoFooify printing spurious errors.
author Ziv Scully <ziv@mit.edu>
date Wed, 07 Oct 2015 08:58:08 -0400
parents 5691ec310618
children
rev   line source
adam@1567 1 style spicy
adam@1567 2
adam@1567 3 fun main () : transaction page = return <xml><body>
adam@1567 4 <span class={null}>Boring</span>
adam@1567 5 <span class={classes null spicy}>Spicy!</span>
adam@1567 6 </body></xml>