[Bug 12661] New: fold-right() results seem to be wrong

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

           Summary: fold-right() results seem to be wrong
           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: benjie.nguyen@gmail.com
        ReportedBy: peter.fischer@inf.ethz.ch
         QAContact: public-qt-comments@w3.org


Several of the results of fold-right seem to be wrong:

- fold-right-001: Expected result is <out>0</out>, but the spec says
<out>15</out>. In addition, fold-left-001 also has 15 as expected result, and +
is associative.
- same problem with fold-right-002: expected 1, should be 210
- same with fold-right-003: expected false, should be true
- fold-right-005: expected (), should be 5 4 3 2 1
- fold-right-006: expected ., should be 1.2.3.4.5.
- fold-right-007: expected ., should be <out>$f(1, $f(2, $f(3, $f(4, $f(5,
$zero)))))</out>

-- 
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, 16 May 2011 14:15:29 UTC