Mercurial > urweb
view tests/makeUrl.ur @ 2159:9029e0e2c67c
Stray character in a comment
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sat, 04 Jul 2015 18:44:52 -0400 |
parents | 217eb87dde31 |
children |
line wrap: on
line source
fun other () = return <xml>Hi!</xml> fun main () = return <xml>{[Basis.url (main ())]}, {[url (other ())]}</xml>