- From: <bugzilla@wiggum.w3.org>
- Date: Mon, 01 Jan 2007 12:11:31 +0000
- To: public-xml-schema-testsuite@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4121
Summary: Regex test reZ001
Product: XML Schema Test Suite
Version: 2006-11-06
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: Microsoft tests
AssignedTo: ht@inf.ed.ac.uk
ReportedBy: mike@saxonica.com
QAContact: public-xml-schema-testsuite@w3.org
Microsoft regular expression test:
<test group="reZ001" name="reZ001.v"/>
The metadata describes the instance document as valid. However, the pattern
starts with the character "^". This character has no special significance in
XML Schema regular expressions; it therefore matches itself. As the instance
value does not start with "^", it cannot match the regular expression. The
instance is therefore invalid.
Received on Monday, 1 January 2007 12:11:40 UTC