diff --git a/packages/@ember/-internals/glimmer/tests/integration/components/angle-bracket-invocation-test.js b/packages/@ember/-internals/glimmer/tests/integration/components/angle-bracket-invocation-test.js index 366d88d2415..ddb638c6186 100644 --- a/packages/@ember/-internals/glimmer/tests/integration/components/angle-bracket-invocation-test.js +++ b/packages/@ember/-internals/glimmer/tests/integration/components/angle-bracket-invocation-test.js @@ -919,6 +919,41 @@ if (EMBER_GLIMMER_ANGLE_BRACKET_INVOCATION) { content: 'world', }); } + + '@test can yield content to contextual components invoked with angle-bracket components that receives splattributes'() { + this.registerComponent('foo-bar/inner', { + ComponentClass: Component.extend({ tagName: '' }), + template: '