Closed thygesteffensen closed 2 years ago
:tada: This issue has been resolved in version 3.2.1-dev.1 :tada:
The release is available on:
v3.2.1-dev.1
v3.2.1-dev.1
Your semantic-release bot :package::rocket:
:tada: This issue has been resolved in version 4.0.0 :tada:
The release is available on:
v4.0.0
v4.0.0
Your semantic-release bot :package::rocket:
@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?