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

[Glimmer2] Remove tagless-view-tests #13146

Merged
merged 1 commit into from
Mar 21, 2016

Conversation

chadhietala
Copy link
Contributor

Should be covered by

let template = this.wrappedTemplateFor({ cond: 'outer', truthy: '{{#each inner as |text|}}{{text}}{{/each}}', falsy: 'F-outer' });
.

Part of #13127

/cc @chancancode

chancancode added a commit that referenced this pull request Mar 21, 2016
@chancancode chancancode merged commit fd03495 into emberjs:master Mar 21, 2016
@chancancode
Copy link
Member

✂️ ✂️ ✂️

@chadhietala chadhietala deleted the remover-tagless-view-tests branch March 21, 2016 04:54
@rwjblue
Copy link
Member

rwjblue commented Mar 21, 2016

We should ensure we have tests for these descriptions. The implementations all tested {{if}} and {{each}}, but the important thing was that given a tagless view it can add remove children. AFAIK, this is not supported in glimmer2 yet...

chadhietala added a commit to chadhietala/ember.js that referenced this pull request Mar 21, 2016
This adds a shared test that follows I-N-U-R for adding and removing
children. These types of tests were removed in emberjs#13146.

Part of emberjs#13127

/cc @rwjblue @chancancode
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 this pull request may close these issues.

3 participants