Skip to content
Snippets Groups Projects
Commit 2f41897b authored by Peter Stadler's avatar Peter Stadler
Browse files

fix expected results

parent 75e3bed2
No related branches found
No related tags found
2 merge requests!2Merge1.4,!1WIP: 1.4.0
......@@ -16,8 +16,8 @@ declare
%test:args("1317-11", "true") %test:assertEquals("1317-11-30")
%test:args("1817-05", "false") %test:assertEquals("1817-05-01")
%test:args("-1817-11", "false") %test:assertEquals("-1817-11-01")
%test:args("1999-05-31T13:20:00-05:00", "false") %test:assertEquals("1999-05-31")
%test:args("-1999-05-31T13:20:00-05:00", "false") %test:assertEquals("-1999-05-31")
%test:args("1999-05-31T13:20:00-05:00", "false") %test:assertEquals("1999-05-31-05:00")
%test:args("-1999-05-31T13:20:00-05:00", "false") %test:assertEquals("-1999-05-31-05:00")
function dt:test-getOneNormalizedDate-when($date as xs:string, $latest as xs:boolean) as xs:date? {
let $dateElement := <tei:date when="{$date}"/>
return
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment