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
When there is a function with a parameter in the code surrounded by custom classes tag, I either get an error, or the argument gets cut weirdly.
For example, if I have this: {:_:function ($test) {:}, it will return this:
Environment:
What happens:
When there is a function with a parameter in the code surrounded by custom classes tag, I either get an error, or the argument gets cut weirdly.
For example, if I have this:
{:_:function ($test) {:}
, it will return this:Which visually looks like this:
function ($te$test) {
And if I add the second bracket like so
{:_:function ($test) {}:}
, I get this error:What should happen
I expect to get this output:
Steps to reproduce:
composer create-project tempest/app my-app --stability alpha
HomeController
home.view.php
./tempest serve
Additional context:
The text was updated successfully, but these errors were encountered: