blob: 4716e718663a3598aa78f28ae3dc5c21a05d0ce9 [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* Expected Result : Success
* Date : 26th July 2012
*/
// Return record
write output to nc1:"rttest/flwor_ret-14.adm";
let $a := true
return {"name":"John Doe", "age":26,"sex":"M","salary":50000,"dept":"HR"}