Skip to content

Commit f3bb10a

Browse files
committed
Adust a fixedTemplate
1 parent dbf37d0 commit f3bb10a

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

test/unit/rules/lint-prettier-test.js

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,7 @@ test
4545
data-bar="lol"
4646
some-other-thing={{haha-morethaneightychars}}>
4747
</div>`,
48-
fixedTemplate: `<div data-foo
49-
data-bar="lol"
50-
some-other-thing={{haha-morethaneightychars}}>
48+
fixedTemplate: `<div data-foo data-bar="lol" some-other-thing={{haha-morethaneightychars}}>
5149
</div>`,
5250
result: {
5351
moduleId: "layout",

0 commit comments

Comments
 (0)