blob: 5b799874b300c56e61f03b4b6a6ba4c32b686c65 [file] [log] [blame]
/*
* Description : Test order by clause of FLWOR
* Expected Result : Success
* Date : 24th July 2012
*/
for $x in [1,3,4,5,2,3,33,55,43,12,34,45,67,66,89,0,-1,999]
order by ($x+$x) asc
return ($x+$x)