zorba-coders team mailing list archive
-
zorba-coders team
-
Mailing list archive
-
Message #07248
[Bug 974477] [NEW] Invalid regex character class not reported with ICU
Public bug reported:
When using ICU, the query:
fn:matches( "a", "[\s-e]" )
returns "false" even though it should raise err:FORX0002 because \s
can't be used in a character class.
** Affects: zorba
Importance: Low
Assignee: Paul J. Lucas (paul-lucas)
Status: Confirmed
** Tags: regex
--
You received this bug notification because you are a member of Zorba
Coders, which is the registrant for Zorba.
https://bugs.launchpad.net/bugs/974477
Title:
Invalid regex character class not reported with ICU
Status in Zorba - The XQuery Processor:
Confirmed
Bug description:
When using ICU, the query:
fn:matches( "a", "[\s-e]" )
returns "false" even though it should raise err:FORX0002 because \s
can't be used in a character class.
To manage notifications about this bug go to:
https://bugs.launchpad.net/zorba/+bug/974477/+subscriptions
Follow ups
References