blob: 1e96b5fd603bdeeaf861f1bf6c150b560adf9527 [file] [log] [blame]
khfaraaz82@gmail.comc526fe92012-08-10 22:09:13 +00001/*
2 * Testcase Name : matches11.aql
3 * Description : Positive tests
4 * Success : Yes
5 * Date : 20th April 2012
6 */
7
8write output to nc1:"rttest/string_matches11.adm";
9
10for $a in [matches("hello",null),
11matches("hello","helllo"),
12matches("hello"," "),
13matches(null,"hello"),
14matches("hello","[^a-z]")]
15return $a
16