blob: b203f6d635844971e92948aac9204790b047964c [file] [log] [blame]
khfaraaz82@gmail.comc526fe92012-08-10 22:09:13 +00001/*
2 * Description : Test string to codepoint function with special characters
3 * Expected Res : Success
4 * Date : 7th Aug 2012
5 */
6
7write output to nc1:"rttest/string_strtocpt02.adm";
8
9let $x := "\"'-=_+|\,./<>?:;~`"
10return string-to-codepoint($x)