summaryrefslogtreecommitdiff
path: root/tests/timeRoundTrip.ur
diff options
context:
space:
mode:
Diffstat (limited to 'tests/timeRoundTrip.ur')
-rw-r--r--tests/timeRoundTrip.ur3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/timeRoundTrip.ur b/tests/timeRoundTrip.ur
new file mode 100644
index 00000000..d20e61e8
--- /dev/null
+++ b/tests/timeRoundTrip.ur
@@ -0,0 +1,3 @@
+fun main () : transaction page =
+ t <- now;
+ return <xml>{[readError (show t) : time]}</xml>