← Back to team overview

zorba-coders team mailing list archive

[Bug 991088] Re: Updating expressions in try/catch

 

** Changed in: zorba
       Status: In Progress => Fix Committed

-- 
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:
  Fix Committed

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


References