aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/attrs_escape.ur
blob: 87d554febeb5968abbffd381a75f317ed30d467f (plain)
1
2
3
4
5
6
fun main () : transaction page = return <xml><body>
<form>
        <submit value="\"Well hey\"
Wow"/>
</form>
</body></xml>