blob: fdbf014dd41c86edc27c1fdebf8f5b29593ed563 [file] [log] [blame]
khfaraaz82@gmail.comc526fe92012-08-10 22:09:13 +00001/*
2 * Description : Test string to codepoint function with valid inputs
3 * Expected Res : Success
4 * Date : 7th Aug 2012
5 */
6
7write output to nc1:"rttest/string_strtocpt01.adm";
8
9let $x := "ABCDEFGHIJKLMNOPQRSTUVWXYZ-01234567890"
10return string-to-codepoint($x)