You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
it looks like having a carriage return in an expression does not work, has there been any consideration around an option to allow carriage returns ? this is mainly to allow a more complicated expression to be formatted ... so not crazy important ... but hey we software types tend to like formatting :)
The text was updated successfully, but these errors were encountered:
I guess, this could be easily added. I'll add it when I find some time. In the mean time, I think you could simply replace all carriage returns with spaces before parsing: Expression.parse(stringExpression.replaceAll('\n',' '))
Good idea on the spaces ... I am not using the Expression package directly but rather via another package ... but I have been making tweaks to that so will just stuff this in as well ... thanks !
it looks like having a carriage return in an expression does not work, has there been any consideration around an option to allow carriage returns ? this is mainly to allow a more complicated expression to be formatted ... so not crazy important ... but hey we software types tend to like formatting :)
The text was updated successfully, but these errors were encountered: