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

parsing error with 0.89 #1576

Closed
patricklx opened this issue Mar 11, 2024 · 1 comment · Fixed by #1577
Closed

parsing error with 0.89 #1576

patricklx opened this issue Mar 11, 2024 · 1 comment · Fixed by #1577

Comments

@patricklx
Copy link
Contributor

patricklx commented Mar 11, 2024

<MyComp as | abc | >
 </MyComp>

Invalid block parameters syntax: expecting the tag to be closed with ">" or "/>" after parameters list:

|
| |
|

this works:

```hbs
<MyComp as |abc| >
 </MyComp>

i think its a bit to strict on the syntax? and need improve error message

@patricklx patricklx changed the title parsing error parsing error with 0.89 Mar 11, 2024
@chancancode
Copy link
Contributor

Hm yea this is definitely an unintentional bug in the new parsing logic I added. Can you PR a failing test?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants