delegateas / ExpressionEngine

Expression Engine for Power Automate expressions written in C# using Sprache!
MIT License
8 stars 3 forks source link

Negative numbers are not parsed correctly #77

Closed thygesteffensen closed 2 years ago

thygesteffensen commented 2 years ago

@mul(10,-1) are not parsed correctly and the same string is returned, i.e. the parsing is incomplete.

Incomplete parsing How do we detect incomplete parsing? An exception shouldn't be thrown just because no expression is in the input string, but if a string contains the @{ and no } or if there's an error in-between, should an exception be thrown?

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 3.2.1-dev.1 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This issue has been resolved in version 4.0.0 :tada:

The release is available on:

Your semantic-release bot :package::rocket: