Community
Participate
Working Groups
Created attachment 205259 [details] patch 5. FnRoundHalfToEven in case of 2 arguments http://www.w3.org/TR/xquery-operators/#func-round-half-to-even Function requires ‘number?’ what means that either empty sequence and node should be considered as correct arguments. It required to use already corrected function (bug 1) to atomize argument – FnRoundHalfToEven:93-97. Tests: TestBugs:testNumericFunctionOnEmptySequence() and TestBugs:testFunctionAtomization2()
Created attachment 205260 [details] testcases
Patch looks good ... Reviewing and testing against HEAD and maintenance branches!
Committed, thank you, Lukasz