forked from angular/angular
-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(ivy): add tests for component factory projectable node corner ca…
…ses (angular#27791) In some cases ivy expects projectable nodes to be passed in a different order to ViewEngine. Specifically, ivy expects the catch-all ("*") to be at index 0, whereas ViewEngine expects it to be at its position at which it was parsed in the template. This commit adds one test that breaks under ivy and others that just describe more accurately what happens in corner cases. PR Close angular#27791
- Loading branch information
1 parent
c34c223
commit 6feef36
Showing
2 changed files
with
44 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters