Mercurial > urweb
view tests/hyphenate.ur @ 2251:25874084bf1f
Make Mono.file a record for readability upon extension.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Sun, 13 Sep 2015 17:02:17 -0400 |
parents | 675ce534e3ec |
children |
line wrap: on
line source
style extra_special style somewhat_special fun main () : transaction page = return <xml><body> <span class={extra_special}>Test</span> <span class={somewhat_special}>Test</span> </body></xml>