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