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 1863 - Entities in MinimalConformance:Expressions:PrimaryExpr:Literals:Literals056
Summary: Entities in MinimalConformance:Expressions:PrimaryExpr:Literals:Literals056
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: 0.6.0
Hardware: PC Windows XP
: P2 normal
Target Milestone: ---
Assignee: Mike Rorke
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-08-19 19:36 UTC by Jonathan Robie
Modified: 2005-08-24 17:55 UTC (History)
0 users

See Also:


Attachments

Description Jonathan Robie 2005-08-19 19:36:44 UTC
MinimalConformance:Expressions:PrimaryExpr:Literals:Literals056

Literals059 and Literals060 have string literals
containing entity references; according to XQuery
ยง 3.1.1 "A string literal may contain a
predefined entity reference. [..] Each predefined
entity reference is replaced by the character it
represents when the string literal is processed"
so the strings are processed as "&", "<" and ">"
and serialized as such. Instead the tests expects "&amp;", "&lt;" and "&gt;".