Skip to content

Commit 29f4040

Browse files
authored
Merge pull request #1 from jelhan/adds-unnecessary-whitespace-if-bsform-has-neither-attributes-nor-named-arguments
Adds tests for unnecessary whitespace on a blank <BsForm>
2 parents bcddcbb + 5b91b4a commit 29f4040

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

transforms/deprecated-attribute-arguments/__testfixtures__/form.input.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
<f.element @foo="bar" @disabled={{true}} />
1010
</SomeOther>
1111
</BsForm>
12+
13+
<BsForm as |f|>
14+
</BsForm>

transforms/deprecated-attribute-arguments/__testfixtures__/form.output.hbs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,6 @@
99
<f.element @foo="bar" @disabled={{true}} />
1010
</SomeOther>
1111
</BsForm>
12+
13+
<BsForm as |f|>
14+
</BsForm>

0 commit comments

Comments
 (0)