[Bug 7899] New: [XQTS] Steps-leading-lone-slash-1

http://www.w3.org/Bugs/Public/show_bug.cgi?id=7899

           Summary: [XQTS] Steps-leading-lone-slash-1
           Product: XML Query Test Suite
           Version: unspecified
          Platform: PC
        OS/Version: Windows NT
            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


I think the test here is intended to be

declare variable $var := document {<a>123</a>};
$var[/*5]

to match the comment.


(:*******************************************************:)
(: Test: Steps-leading-lone-slash-1                      :)
(: Written by: Jim Melton                                :)
(: Date: 2009-10-01T14:00:00-07:00                       :)
(: Purpose: Verify xgc:leading-lone-slash implementation :)
(:   This expression is a syntax error:                  :)
(:      /*5                                              :)
(:*******************************************************:)
declare variable $var := document {<a>123</a>};
$var[(/)*5]


-- 
Configure bugmail: http://www.w3.org/Bugs/Public/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.

Received on Monday, 12 October 2009 12:22:01 UTC