Public bug reported:

I believe that the following two expressions should raise XUST0001:

try { 1 } catch * { delete node <a/> },
try { delete node <a/> } catch * { 1 }

Source:
  http://www.w3.org/TR/xquery-update-30/#id-try-catch

Hope this helps,
Christian

** Affects: zorba
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/991088

Title:
  Updating expressions in try/catch

Status in Zorba - The XQuery Processor:
  New

Bug description:
  I believe that the following two expressions should raise XUST0001:

  try { 1 } catch * { delete node <a/> },
  try { delete node <a/> } catch * { 1 }

  Source:
    http://www.w3.org/TR/xquery-update-30/#id-try-catch

  Hope this helps,
  Christian

To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/991088/+subscriptions

-- 
Mailing list: https://launchpad.net/~zorba-coders
Post to     : zorba-coders@lists.launchpad.net
Unsubscribe : https://launchpad.net/~zorba-coders
More help   : https://help.launchpad.net/ListHelp

Reply via email to