zzzprojects / Eval-Expression.NET

C# Eval Expression | Evaluate, Compile, and Execute C# code and expression at runtime.
https://eval-expression.net/
Other
449 stars 86 forks source link

Error when parsing string interpolation expression with spaces #72

Closed maxwave11 closed 4 years ago

maxwave11 commented 4 years ago

Eval.Execute("$'{234234 }'") //space before closing curly brace

JonathanMagnan commented 4 years ago

Hello @maxwave11 ,

Thank you for reporting, we will look at it.

Best Regards,

Jon

JonathanMagnan commented 4 years ago

Hello @maxwave11 ,

A new version has been released.

This issue is now be fixed.

Let me know if everything works as expected.