[Bug 6713] New: XQTS expected result for upper-case category with "i" flag seems incorrect

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

           Summary: XQTS expected result for upper-case category with "i"
                    flag seems incorrect
           Product: XML Query Test Suite
           Version: unspecified
          Platform: All
               URL: http://www.w3.org/TR/xpath-functions/#flags
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: guerneca2003@yahoo.com
         QAContact: public-qt-comments@w3.org


The test in question is in the "MatchesFunc" group:

(: Name: caselessmatch15 :)
(: Description: Call of matches() with "i" flag and upper-case category :)
matches('m', '\P{Lu}', 'i')

The expected result for it is true, but that is in direct contradiction of the
specification:
http://www.w3.org/TR/xpath-functions/#flags

"4. All other constructs are unaffected by the "i" flag. For example, "\p{Lu}"
continues to match upper-case letters only."


-- 
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 Tuesday, 17 March 2009 21:42:57 UTC