- From: <bugzilla@wiggum.w3.org>
- Date: Tue, 22 Jul 2008 22:14:55 +0000
- To: public-qt-comments@w3.org
http://www.w3.org/Bugs/Public/show_bug.cgi?id=5871 --- Comment #11 from Andrew Eisenberg <andrew.eisenberg@us.ibm.com> 2008-07-22 22:14:54 --- (In reply to comment #10) > fn-doc-33 and K2-OrderbyExprWithout-13 are still missing stable order-bys. I have to disagree. Looking at fn-doc-33 in CVS, http://dev.w3.org/cvsweb/~checkout~/2006/xquery-test-suite/TestSuiteStagingArea/Queries/XQueryX/Functions/NodeSeqFunc/SeqDocFunc/fn-doc-33.xqx?rev=1.2&content-type=text/plain, I see the following: <xqx:orderByClause> <xqx:stable/> <xqx:orderBySpec> <xqx:orderByExpr> <xqx:functionCallExpr> <xqx:functionName>string</xqx:functionName> <xqx:arguments> <xqx:varRef> <xqx:name>i</xqx:name> </xqx:varRef> </xqx:arguments> </xqx:functionCallExpr> </xqx:orderByExpr> </xqx:orderBySpec> </xqx:orderByClause> Looking at K2-OrderbyExprWithout-13 in CVS, http://dev.w3.org/cvsweb/~checkout~/2006/xquery-test-suite/TestSuiteStagingArea/Queries/XQueryX/FLWORExpr/OrderbyExpr/OrderbyExprWithout/K2-OrderbyExprWithout-13.xqx?rev=1.2&content-type=text/plain, I see the following: <xqx:orderByClause> <xqx:stable/> <xqx:orderBySpec> <xqx:orderByExpr> <xqx:varRef> <xqx:name>b</xqx:name> </xqx:varRef> </xqx:orderByExpr> </xqx:orderBySpec> </xqx:orderByClause> -- 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 Tuesday, 22 July 2008 22:15:30 UTC