blob: 9e177c0ddc1cfc2b8116e27ee6581394f582e219 [file] [log] [blame]
/*
* Test case Name : cpttostr04.aql
* Description : Test codepoint-to-string(codepoint) function.
* Success : Yes
* Date : 16th April 2012
*/
//Input = Output
write output to nc1:"rttest/string_cpttostr04.adm";
let $c1 := codepoint-to-string(string-to-codepoint("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"))
return { "c1":$c1 }