summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorGravatar Mark Clements <mark.clements@ki.se>2019-10-04 14:24:35 +0200
committerGravatar Mark Clements <mark.clements@ki.se>2019-10-04 14:24:35 +0200
commit36544aaddd3d904c6b234f39951c9136bf5867ff (patch)
tree6147f53c39982eb319d67efbaf23fc14eeef1989 /tests
parent8728f397bee2b567611dcd7a7c359c7e92159c1c (diff)
Add Step attribute to crange; fix tests for cnumber and crange
Diffstat (limited to 'tests')
-rw-r--r--tests/html5_cforms.ur4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/html5_cforms.ur b/tests/html5_cforms.ur
index be07d07e..317a0638 100644
--- a/tests/html5_cforms.ur
+++ b/tests/html5_cforms.ur
@@ -9,8 +9,8 @@ fun main () : transaction page =
d <- source "";
e <- source "";
f <- source "";
- g <- source 1.0;
- h <- source 1.0;
+ g <- source (Some 1.0);
+ h <- source (Some 1.0);
i <- source "#CCCCCC";
j <- source "2014/11/16";
k <- source "2014/11/16 12:30:45";