duster icon indicating copy to clipboard operation
duster copied to clipboard

No error when closing bracket is omitted

Open kenguest opened this issue 1 year ago • 0 comments

No error is raised for a blade file containing something like the following where a closing bracket is missing:

{{ __("This should appear in your own language" }}

When attempting to view the rendered blade file, we get a PHP syntax error: syntax error, unexpected token ";", expecting ")"

Duster should highlight this problem.

kenguest avatar Nov 27 '24 15:11 kenguest