blob: ca02d570fb72476868a83c60a0ae09b99a79cea5 [file] [log] [blame]
ilovesoupc9fef1d2012-07-08 19:30:42 +00001drop dataverse test if exists;
2create dataverse test;
3use dataverse test;
4
5write output to nc1:"rttest/string_end-with4.adm";
6
7let $c1 := end-with("ends","ss")
8return {"result1": $c1}