Mercurial > urweb
view tests/longConst.ur @ 2140:2b0f6b7ebf4f
Add urweb-mode command to close current XML tag
Bound to "C-c /" by default to match nxml-mode's nxml-finish-element
command.
author | Julian Squires <julian@cipht.net> |
---|---|
date | Mon, 04 May 2015 16:15:01 -0400 |
parents | 61c7eb1d3867 |
children |
line wrap: on
line source
val ls = 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: 1 :: 2 :: 3 :: 4 :: 5 :: 6 :: [] fun main () : transaction page = return <xml><body> {List.mapX txt ls}<br/> {List.mapX txt ls} </body></xml>