Mercurial > urweb
annotate tests/name.ur @ 1286:829da30fb808
Fix C-side jsification of UTF-8 strings
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Tue, 10 Aug 2010 16:02:55 -0400 |
parents | 83b1853d1e58 |
children |
rev | line source |
---|---|
adamc@1259 | 1 fun hello name = return <xml>{[name]}</xml> |