Comment 2 for bug 1090089

Revision history for this message
Sorin Marian Nasoi (sorin.marian.nasoi) wrote :

I have updated the description of the bug by mentioning the failing test case names and test set name.

Additionally, after looking of the 2 test case failures, the problem may be trimmed down to:

QUERY:

declare function local:create($arg) as xs:anyAtomicType* {
if ($arg castable as xs:float)
then $arg cast as xs:float else ()
};

local:create(3.333e2)

Expected result: 333.3
Actual result fro Zorba is :333.29999