khfaraaz82@gmail.com | c526fe9 | 2012-08-10 22:09:13 +0000 | [diff] [blame] | 1 | /* |
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 | |||||
10 | write output to nc1:"rttest/string_cpttostr04.adm"; | ||||
11 | |||||
12 | let $c1 := codepoint-to-string(string-to-codepoint("ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789")) | ||||
13 | return { "c1":$c1 } |