Mercurial > urweb
annotate tests/escapes.ur @ 1947:619191c71abb
Compile-time error for periodic tasks in nonpersistent protocols
author | Adam Chlipala <adam@chlipala.net> |
---|---|
date | Sun, 29 Dec 2013 13:18:50 -0500 |
parents | 9645e3c2978e |
children |
rev | line source |
---|---|
adamc@1100 | 1 fun main () = return <xml> |
adamc@1100 | 2 {["H\x65ll\157!"]} |
adamc@1100 | 3 </xml> |