[Bug 3823] Static typing of K-StringToCodepointFunc-8

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

           Summary: Static typing of K-StringToCodepointFunc-8
           Product: XML Query Test Suite
           Version: 1.0.1
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Severity: normal
          Priority: P2
         Component: XML Query Test Suite
        AssignedTo: andrew.eisenberg@us.ibm.com
        ReportedBy: nick@cbcl.co.uk
         QAContact: public-qt-comments@w3.org


This test:

string-to-codepoints("e") eq 101

does not static type check as the types are

LHS: interger*
RHS: anyAtomicType?

As has happened with similar cases, could "101" be set as the expected result
for the test harness to check, rather than doing such a test in the query.

Received on Friday, 13 October 2006 12:58:18 UTC