-
Notifications
You must be signed in to change notification settings - Fork 11.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Blade exception for text #45424
Comments
Thank you for reporting this issue! As Laravel is an open source project, we rely on the community to help us diagnose and fix issues as it is not possible to research and fix every issue reported to us via GitHub. If possible, please make a pull request fixing the issue you have described, along with corresponding tests. All pull requests are promptly reviewed by the Laravel team. Thank you! |
Thanks, perhaps it helps to hint about limitations in the subview documentation? I could file a PR for that. |
Looks like we won't be fixing this. Feel free to attempt to PR the docs 👍 |
* Fixes #45424 blade issue with ")" character * Fixes #45424 blade issue with "(" character * formatting * Add test for unclosed blade tag calls Co-authored-by: Taylor Otwell <[email protected]>
This can be considered to be fixed as of version 9.47.0 or above. |
Description:
Blade above produces the error
ParseError syntax error, unexpected token ","
, the cause being the unclosed(
inside the text.While I understand this is an edge case, the exception does not point directly to the problem and the solution can be quite hard to spot. In my case, the offending text was a frowning face
:(
Steps To Reproduce:
I do have a repository, but this should be quite straightforward to reproduce. Thank you.
The text was updated successfully, but these errors were encountered: