We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77caf51 commit 7d630aeCopy full SHA for 7d630ae
1 file changed
test/unit/rules/lint-prettier-test.js
@@ -29,6 +29,7 @@ test
29
{
30
config: true,
31
template: "{{#my-component}}{{/my-component}}\n",
32
+ fixedTemplate: "{{#my-component}}{{/my-component}}",
33
result: {
34
moduleId: "layout",
35
message: "Delete `⏎`",
@@ -41,6 +42,7 @@ test
41
42
43
44
template: "test\n",
45
+ fixedTemplate: "test",
46
47
48
@@ -56,6 +58,9 @@ test
56
58
57
59
test
60
61
+{{/my-component}}`,
62
+ fixedTemplate: `{{#my-component}}
63
+ test
64
{{/my-component}}`,
65
66
@@ -71,6 +76,9 @@ test
71
76
template: `{{#my-component class="class1 class2"}}
72
77
73
78
79
80
+ fixedTemplate: `{{#my-component class="class1 class2"}}
81
74
82
75
83
84
0 commit comments