- From: <bugzilla@wiggum.w3.org>
- Date: Thu, 18 Jan 2007 14:46:10 +0000
- To: public-qt-comments@w3.org
- CC:
http://www.w3.org/Bugs/Public/show_bug.cgi?id=4256
Summary: Invalid URI not necessarily invalid in K2-OrderbyExpr-4
Product: XML Query Test Suite
Version: unspecified
Platform: PC
OS/Version: Windows XP
Status: NEW
Severity: normal
Priority: P2
Component: XML Query Test Suite
AssignedTo: andrew.eisenberg@us.ibm.com
ReportedBy: tim@cbcl.co.uk
QAContact: public-qt-comments@w3.org
Since this UriLiteral in this query is valid after percent encoding, this test
may also fail with XQST0076 in implementations that do not validate against the
HTTP URI scheme.
(:*******************************************************:)
(: Test: K2-OrderbyExpr-4 :)
(: Written by: Frans Englich :)
(: Date: 2007-01-15T15:15:44+01:00 :)
(: Purpose: Use an absolute, invalid collation. :)
(:*******************************************************:)
let $i as xs:integer* := (1, 2, 3)
order by 1 collation "http:\\invalid>URI\someURI"
return $i
Received on Thursday, 18 January 2007 14:46:45 UTC