Mercurial > urweb
view tests/timeRoundTrip.ur @ 2226:e10881cd92da
Merge.
author | Ziv Scully <ziv@mit.edu> |
---|---|
date | Fri, 27 Mar 2015 11:26:06 -0400 |
parents | d77b0665ba7c |
children |
line wrap: on
line source
fun main () : transaction page = t <- now; return <xml>{[readError (show t) : time]}</xml>