https://bz.apache.org/bugzilla/show_bug.cgi?id=60431

--- Comment #4 from Ben <[email protected]> ---
The java list --> array is not strictly necessary. I only added that in while
writing the test cases.  I wanted a simple test case like "fn:echo(['a',
'b'])", but el converts raw [] to a List, not an array.  

In order for the param to remain an array I have to put it into a separate
variable and pass that variable (which is actually my use-case).  See other
test-case that does this.

-- 
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to