[Bug 29354] Unreserved characters in regular expression matching tests

https://www.w3.org/Bugs/Public/show_bug.cgi?id=29354

Michael Kay <mike@saxonica.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |mike@saxonica.com

--- Comment #1 from Michael Kay <mike@saxonica.com> ---
The fact that a test "does not make much sense" seems irrelevant to me. The
question is, what does the spec say that an implementation should do with a
given query? 

As far as I can see, the codepoints 1328 and 1983 are legal codepoints in XML,
and they are defined in the Unicode database (specifically, the blocks.txt
file) to be within the range of a particular block, and should therefore match
\p{IsBlock} for that block.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.

Received on Friday, 1 January 2016 22:47:48 UTC