blob: cfca775c0d2ae2806a1a71dd51950270838d8339 [file] [log] [blame]
khfaraaz82@gmail.comc526fe92012-08-10 22:09:13 +00001/*
2 * Testcase Name : endwith02.aql
3 * Description : Positive tests
4 * Success : Yes
5 * Date : 20th April 2012
6 */
7
8write output to nc1:"rttest/string_endwith02.adm";
9
10for $a in [end-with("aBCDEFghIa",codepoint-to-string([0041])),
11end-with("AbCDEFghIA",codepoint-to-string([0041])),
12end-with("AbCdEfGhIjKlMnOpQrStUvWxYz","xYz"),
13end-with("abcdef",lowercase("ABCDEf")),
14end-with("abcdef","abcdef"),
15end-with("abcdef123","ef123")]
16return $a