blob: 5bcfd1637f1288d1d385363a9b98472e14ba188a [file] [log] [blame]
ilovesoupc9fef1d2012-07-08 19:30:42 +00001drop dataverse test if exists;
2create dataverse test;
3use dataverse test;
4
5write output to nc1:"rttest/string_string-to-codepoint1.adm";
6
7let $x := ""
8let $c := string-to-codepoint($x)
9
10return {"result1": $c}