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 26747 - [QT3TS] tests using "map{a := b}" syntax
Summary: [QT3TS] tests using "map{a := b}" syntax
Status: CLOSED FIXED
Alias: None
Product: XPath / XQuery / XSLT
Classification: Unclassified
Component: XQuery 3 & XPath 3 Test Suite (show other bugs)
Version: Working drafts
Hardware: All All
: P2 major
Target Milestone: ---
Assignee: O'Neil Delpratt
QA Contact: Mailing list for public feedback on specs from XSL and XML Query WGs
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-09-07 20:14 UTC by Michael Dyck
Modified: 2014-09-12 03:34 UTC (History)
1 user (show)

See Also:


Attachments

Description Michael Dyck 2014-09-07 20:14:30 UTC
The following 51 tests are causing unintended syntax errors because they use ":=" rather than ":" as the key/value separator in MapConstructorEntries:

    map/merge.xml#map-merge-013
    map/merge.xml#map-merge-017
    map/contains.xml#map-contains-001
    map/contains.xml#map-contains-002
    map/contains.xml#map-contains-010
    map/contains.xml#map-contains-011
    map/contains.xml#map-contains-012
    map/contains.xml#map-contains-013
    map/contains.xml#map-contains-014
    map/contains.xml#map-contains-015
    map/contains.xml#map-contains-017
    map/contains.xml#map-contains-018
    map/contains.xml#map-contains-019
    map/contains.xml#map-contains-020
    map/contains.xml#map-contains-901
    map/contains.xml#map-contains-902
    map/contains.xml#map-contains-906
    map/get.xml#map-get-001
    map/get.xml#map-get-002
    map/get.xml#map-get-010
    map/get.xml#map-get-011
    map/get.xml#map-get-012
    map/get.xml#map-get-013
    map/get.xml#map-get-014
    map/get.xml#map-get-015
    map/get.xml#map-get-017
    map/get.xml#map-get-018
    map/get.xml#map-get-019
    map/get.xml#map-get-020
    map/get.xml#map-get-100
    map/get.xml#map-get-901
    map/get.xml#map-get-902
    map/get.xml#map-get-906
    map/size.xml#map-size-003
    map/size.xml#map-size-006
    map/size.xml#map-size-007
    map/size.xml#map-size-009
    map/size.xml#map-size-011
    map/size.xml#map-size-012
    map/size.xml#map-size-013
    map/keys.xml#map-keys-003
    map/keys.xml#map-keys-006
    map/keys.xml#map-keys-007
    map/keys.xml#map-keys-009
    map/keys.xml#map-keys-011
    map/keys.xml#map-keys-012
    map/keys.xml#map-keys-013
    map/remove.xml#map-remove-003
    map/remove.xml#map-remove-010
    map/remove.xml#map-remove-011
    map/remove.xml#map-remove-013
Comment 1 Michael Kay 2014-09-11 09:21:57 UTC
Fixed as suggested.
Comment 2 Michael Dyck 2014-09-12 03:34:34 UTC
Confirmed fixed.