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

Fix issue when using named blocks with wrapped components (e.g. @ember/component) #1068

Merged
merged 12 commits into from
Apr 12, 2020

Conversation

locks
Copy link
Contributor

@locks locks commented Apr 6, 2020

No description provided.

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Need a test for:

<this.Foo>
  <:bar>
   Stuff!!!
  </:bar>
</this.Foo>

@locks locks force-pushed the named-blocks-curly branch 2 times, most recently from 8f6edcc to a319d23 Compare April 9, 2020 09:46
@rwjblue rwjblue marked this pull request as ready for review April 10, 2020 15:37
@rwjblue rwjblue changed the title add named block tests for emberish curly component Fix issue when using named blocks with wrapped components (e.g. @ember/component) Apr 10, 2020
@locks locks force-pushed the named-blocks-curly branch from acf76cb to 4e70d1f Compare April 10, 2020 17:30
@locks
Copy link
Contributor Author

locks commented Apr 10, 2020

Ember master tests pass with these changes linked.

@locks locks requested a review from pzuraq April 10, 2020 17:48
@rwjblue rwjblue requested a review from krisselden April 11, 2020 15:58
@rwjblue rwjblue merged commit 18b3400 into master Apr 12, 2020
@rwjblue rwjblue added the bug label Apr 13, 2020
@locks locks deleted the named-blocks-curly branch May 28, 2020 16:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants