Skip to content

Commit

Permalink
Add a failing test case
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Oct 20, 2022
1 parent f38111f commit c0e4d4c
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
Expand Up @@ -45,6 +45,9 @@ printWidth: 80
<MyComponent @prop={{true}} @prop2={{true}} @prop3={{true}} @prop4={{true}} as |thing|></MyComponent>
<div />
<custom-component />
=====================================output=====================================
<div class="attribute" {{modifier}} {{! comment}}>
Hello
Expand Down Expand Up @@ -91,5 +94,8 @@ printWidth: 80
@prop4={{true}}
as |thing|
/>
<div></div>
<custom-component></custom-component>
================================================================================
`;
3 changes: 3 additions & 0 deletions tests/format/handlebars/element-node/element-node.hbs
Expand Up @@ -36,3 +36,6 @@
<img />

<MyComponent @prop={{true}} @prop2={{true}} @prop3={{true}} @prop4={{true}} as |thing|></MyComponent>

<div />
<custom-component />

0 comments on commit c0e4d4c

Please sign in to comment.