camunda / feel-scala

FEEL parser and interpreter written in Scala
https://camunda.github.io/feel-scala/
Apache License 2.0
119 stars 46 forks source link

fix: number() should return null instead of failing the evaluation #853

Open skayliu opened 1 month ago

skayliu commented 1 month ago

Description

The function number() should return null if the string is not a valid number.

Related issues

closes #731