blob: 4f6249ba4c83ab26da9dbbc7fb977f65901a599a [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* : For + Return within return clause
* Expected Result : Success
* Date : 26th July 2012
*/
write output to nc1:"rttest/flwor_ret-05.adm";
let $b := 12345
return (for $a in [[1,2,3],[4,5,6,7],[8,9],[0,4,5],[6,7,1],[2,3,4],[5,6,7],[8,9,0]] return $a)