[Bug 14742] New: Test re00987 - name characters

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

           Summary: Test re00987 - name characters
           Product: XPath / XQuery / XSLT
           Version: Recommendation
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XQuery 3 & XPath 3 Test Suite
        AssignedTo: benjie.nguyen@gmail.com
        ReportedBy: mike@saxonica.com
         QAContact: public-qt-comments@w3.org


This test matches a large number of characters against the regex \c to see
whether they are valid name characters. It also matches one single character,
x0346, to check that it is NOT a valid name character. But in XML 1.1 and in
XML 1.0 5th ed, this character has become a valid name character. The results
of the test are therefore implementation-defined, depending on which version of
Unicode is supported.

I propose to change the test by substituting a different character. I have also
reorganized the test case, which is currently very unwieldy, so that the input
data is compressed into consecutive ranges of characters and the mismatching
characters are revealed in the output of the test.

-- 
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 Wednesday, 9 November 2011 18:10:11 UTC