blob: 9e177c0ddc1cfc2b8116e27ee6581394f582e219 [file] [log] [blame]
khfaraaz82@gmail.comc526fe92012-08-10 22:09:13 +00001/*
2 * Test case Name : cpttostr04.aql
3 * Description : Test codepoint-to-string(codepoint) function.
4 * Success : Yes
5 * Date : 16th April 2012
6 */
7
8//Input = Output
9
10write output to nc1:"rttest/string_cpttostr04.adm";
11
12let $c1 := codepoint-to-string(string-to-codepoint("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789"))
13return { "c1":$c1 }