dashjoin / platform

Dashjoin Is an Open Source & Cloud Native Low Code Development and Integration Platform that helps teams deliver applications faster 🚀 Uses a data-driven approach inspired by Linked Data to make use of your existing assets
https://dashjoin.com
GNU Affero General Public License v3.0
89 stars 7 forks source link

$trim of single Space leads to a index out of bounds exception #370

Closed pgrill79 closed 2 weeks ago

pgrill79 commented 2 weeks ago

If you execute this:

( $header:=""; $name:=""; $trim($header & " " & $name); )

you get a Index -1 out of bounds for length 0

error. Expected output would be an empty string.

Actual: image

Expected: image

aeberhart commented 2 weeks ago

duplicate of https://github.com/dashjoin/jsonata-java/issues/34 will be fixed in 5.2