blob: 5201cc5c126f8010eb42c6fd8dec0888b2a5da43 [file] [log] [blame]
/*
* Description : Test return clause of the FLWOR expression
* Expected Result : Success
* Date : 7th July 2012
*/
// Return a string
write output to nc1:"rttest/flwor_ret-02.adm";
for $x in [true]
return "this is a test string"