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 12012 - Error in eqname-007 test
Summary: Error in eqname-007 test
Status: CLOSED FIXED
Alias: None
Product: XML Query Test Suite
Classification: Unclassified
Component: XML Query Test Suite (show other bugs)
Version: unspecified
Hardware: All All
: P2 normal
Target Milestone: ---
Assignee: Benjamin Nguyen
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-02-08 17:55 UTC by Nicolae Brinza
Modified: 2011-02-14 16:15 UTC (History)
2 users (show)

See Also:


Attachments

Description Nicolae Brinza 2011-02-08 17:55:10 UTC
The following EQName test from /Basics/EQNames ( http://dev.w3.org/cvsweb/2006/xquery-test-suite/TestSuiteStagingArea/ExpectedTestResults/Basics/EQNames/ ) contains an error:

eqname-007.xq -- I believe the intent was to have "declare decimal-format ..." instead of "declare decimal format ...". The expected result, after the correction, should probably be 

    <a xmlns:ex="http://www.example.com/ns">1'000'000'000.00</a>


--
Comment 1 Michael Kay 2011-02-14 11:54:39 UTC
Fixed as suggested.