[Bug 14328] [QT3] \u escape sequences

http://www.w3.org/Bugs/Public/show_bug.cgi?id=14328

--- Comment #1 from Michael Kay <mike@saxonica.com> 2011-10-07 14:58:37 UTC ---
I'm not sure what the problem is. The XPath regex syntax does not allow \u, and
these tests check that it is rejected.

(By way of explanation, these tests were ultimately derived from a regex test
library used somewhere in Microsoft, and used to test a different regex
dialect: they were extracted from the W3C XSD tests contributed by Microsoft.
In consequence. many of them are regular expressions that are valid in some
regex dialect but not in XPath. This does not reduce the usefulness of the
tests, so long as the expected results are adjusted accordingly.)

-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Friday, 7 October 2011 14:58:47 UTC