Skip to content

Commit

Permalink
Clarify changelog and test
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Oct 20, 2022
1 parent d630444 commit e8544f8
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 10 deletions.
21 changes: 18 additions & 3 deletions changelog_unreleased/handlebars/13691.md
Expand Up @@ -3,17 +3,32 @@
<!-- prettier-ignore -->
```hbs
{{! Input }}
<i />
<div />
<div></div>
<custom-component />
<custom-component></custom-component>
<i />
<i></i>
<Component />
<Component></Component>
{{! Prettier stable }}
<i></i>
<div></div>
<div></div>
<custom-component></custom-component>
<custom-component></custom-component>
<i></i>
<i></i>
<Component />
<Component />
{{! Prettier main }}
<i />
<div />
<div></div>
<custom-component />
<custom-component></custom-component>
<i />
<i></i>
<Component />
<Component />
```
Expand Up @@ -46,11 +46,11 @@ printWidth: 80
<MyComponent @prop={{true}} @prop2={{true}} @prop3={{true}} @prop4={{true}} as |thing|></MyComponent>
<div />
<div ></div>
<div></div>
<custom-component />
<custom-component> </custom-component>
<custom-component></custom-component>
<i />
<i></i >
<i></i>
<Component />
<Component></Component>
Expand Down Expand Up @@ -104,7 +104,7 @@ printWidth: 80
<div />
<div></div>
<custom-component />
<custom-component> </custom-component>
<custom-component></custom-component>
<i />
<i></i>
<Component />
Expand Down
6 changes: 3 additions & 3 deletions tests/format/handlebars/element-node/element-node.hbs
Expand Up @@ -38,10 +38,10 @@
<MyComponent @prop={{true}} @prop2={{true}} @prop3={{true}} @prop4={{true}} as |thing|></MyComponent>

<div />
<div ></div>
<div></div>
<custom-component />
<custom-component> </custom-component>
<custom-component></custom-component>
<i />
<i></i >
<i></i>
<Component />
<Component></Component>

0 comments on commit e8544f8

Please sign in to comment.