- From: <bugzilla@jessica.w3.org>
- Date: Fri, 16 Jan 2015 16:16:52 +0000
- To: public-xml-schema-testsuite@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=27845
Bug ID: 27845
Summary: msData\regex\reU6 should be valid
Product: XML Schema Test Suite
Version: 2006-11-06
Hardware: PC
OS: Windows NT
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
Assignee: cmsmcq@blackmesatech.com
Reporter: georgiy.rakov@oracle.com
QA Contact: public-xml-schema-testsuite@w3.org
This test is marked as invalid and it demands that unicode symbol 23F doesn't
match \w regex pattern. But actually it should because 23F according to [1]
belongs to Ll general category (not P, Z and C) and XSD standard [2] states:
\w [#x0000-#x10FFFF]-[\p{P}\p{Z}\p{C}] (all characters except the set of
"punctuation", "separator" and "other" characters)
So this test actually should be turned to valid.
Could you please tell if you agree.
[1] http://www.unicode.org/Public/6.2.0/ucd/UnicodeData.txt
[2] http://www.w3.org/TR/xmlschema-2/
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Friday, 16 January 2015 16:16:53 UTC