IBM / JSONata4Java

Open Source Java version of JSONata
Apache License 2.0
91 stars 38 forks source link

Fix: Picture string with ordinal not parsed correctly #311

Closed uw4 closed 4 months ago

uw4 commented 4 months ago

Fix for #310


Expression:

$toMillis('2018th', '[Y0001;o]')

Expected output

1514764800000

Actual output

index out of bounds exception