This is an archived snapshot of W3C's public bugzilla bug tracker, decommissioned in April 2019. Please see the home page for more details.

Bug 2810 - Invalid URIs in base-uri tests.
Summary: Invalid URIs in base-uri tests.
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.8.4
Hardware: PC Linux
: P2 normal
Target Milestone: ---
Assignee: Carmelo Montanez
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-07 15:30 UTC by Jerome Simeon
Modified: 2006-02-20 23:11 UTC (History)
0 users

See Also:


Attachments

Description Jerome Simeon 2006-02-07 15:30:53 UTC
The following tests use what seem to be invalid URIs. The spec
  indicates that implementations MAY raise errors for such cases, but
  the test suite assume the test gives a result.

  base-URI-12
  base-URI-14
  base-URI-18
  base-URI-19

- Jerome
Comment 1 Andrew Eisenberg 2006-02-07 15:57:58 UTC
I believe that you are referring to section 2.4.5, URI Literals, in XQuery,
where we say:

"Syntactically, a URILiteral is identical to a StringLiteral: a sequence of zero
or more characters enclosed in single or double quotes. However, an
implementation MAY raise a static error [err:XQST0046] if the value of a
URILiteral is of nonzero length and is not in the lexical space of xs:anyURI, or
if it is a string that represents a "relative reference" as defined in [RFC3986]."
Comment 2 Carmelo Montanez 2006-02-07 18:20:46 UTC
Jerome:

Added extra possible outcome for error "XQST0046".  Please close the bug when 
able to verify and if in agreement.

Thanks,
Carmelo
Comment 3 Jerome Simeon 2006-02-20 23:11:21 UTC
Working in 0.8.6.
- Jerome