[Bug 13922] New: Hyphens in regex

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

           Summary: Hyphens in regex
           Product: XML Schema Test Suite
           Version: 2006-11-06
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Saxon tests
        AssignedTo: cmsmcq@blackmesatech.com
        ReportedBy: sandygao@ca.ibm.com
         QAContact: public-xml-schema-testsuite@w3.org


Related to bug 11125 (spec) and bug 11007 (test).

Test simple043.bad.xsd is expected to be invalid, but should be valid. It has:
            <xs:pattern value="[+-]*"/>

Test simple045.xsd is expected to be valid, but should be invalid. It has:
            <xs:pattern value="[a-z-+]*"/>
The second '-' does not satisfy any of the 4 valid bullets following product
80.

-- 
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, 26 August 2011 15:13:44 UTC