view tests/firebug.ur @ 1157:76f607cefdb1

Fix detection of blank lines in .urp
author Adam Chlipala <adamc@hcoop.net>
date Sun, 07 Feb 2010 09:38:27 -0500
parents 5f72a66402f7
children
line wrap: on
line source
fun main () =
  a <- source "some text";
  return <xml><body>
    <label>A: <ctextbox source={a}/></label>
  </body></xml>