Skip to content
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

E_INVALID_EXPRESSION #3

Closed
WeyIin opened this issue Oct 11, 2017 · 1 comment
Closed

E_INVALID_EXPRESSION #3

WeyIin opened this issue Oct 11, 2017 · 1 comment
Assignees
Labels
Type: Bug The issue has indentified a bug

Comments

@WeyIin
Copy link

WeyIin commented Oct 11, 2017

appending content to a master layout using @!section('content') works fine, however using @!section('content') (notice the whitespace AFTER closing parenthesis?) throws an error:

InvalidExpressionException

E_INVALID_EXPRESSION: Invalid expression <'content') > passed to (section) block

I was looking for hours as of why it didn't work, while following edge docs closely.

@thetutlage
Copy link
Member

Yup seems like an issue with the compiler. I never faced it coz I use .editorconfig file with a rule to trim extra space.

But will fix it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Bug The issue has indentified a bug
Projects
None yet
Development

No branches or pull requests

2 participants