- From: <bugzilla@jessica.w3.org>
- Date: Sun, 15 May 2016 18:20:30 +0000
- To: public-qt-comments@w3.org
https://www.w3.org/Bugs/Public/show_bug.cgi?id=29626
--- Comment #1 from Hans-Juergen Rennau <hrennau@yahoo.de> ---
There is a second bug hidden in the examples eg:highest and eg:lowest:
the inline function expression passed to fn:fold-left is
function($highestSoFar as item()*, $this as item()*) as item()* {...}
Note the second parameter:
$this as item()*
which is incorrect - it should be
$this as item()
(no occurrence indicator).
--
You are receiving this mail because:
You are the QA Contact for the bug.
Received on Sunday, 15 May 2016 18:20:32 UTC