@@ -74,7 +74,9 @@ ruleTester.run('no-child-content', rule, {
74
74
{
75
75
message :
76
76
'Child content is disallowed because it will be overwritten by the v-html directive.' ,
77
+ line : 1 ,
77
78
column : 29 ,
79
+ endLine : 1 ,
78
80
endColumn : 32 ,
79
81
suggestions : [
80
82
{
@@ -93,7 +95,9 @@ ruleTester.run('no-child-content', rule, {
93
95
{
94
96
message :
95
97
'Child content is disallowed because it will be overwritten by the v-html directive.' ,
98
+ line : 1 ,
96
99
column : 29 ,
100
+ endLine : 1 ,
97
101
endColumn : 38 ,
98
102
suggestions : [
99
103
{
@@ -112,7 +116,9 @@ ruleTester.run('no-child-content', rule, {
112
116
{
113
117
message :
114
118
'Child content is disallowed because it will be overwritten by the v-html directive.' ,
119
+ line : 1 ,
115
120
column : 29 ,
121
+ endLine : 1 ,
116
122
endColumn : 37 ,
117
123
suggestions : [
118
124
{
@@ -131,7 +137,9 @@ ruleTester.run('no-child-content', rule, {
131
137
{
132
138
message :
133
139
'Child content is disallowed because it will be overwritten by the v-html directive.' ,
140
+ line : 1 ,
134
141
column : 29 ,
142
+ endLine : 1 ,
135
143
endColumn : 41 ,
136
144
suggestions : [
137
145
{
@@ -183,7 +191,9 @@ ruleTester.run('no-child-content', rule, {
183
191
{
184
192
message :
185
193
'Child content is disallowed because it will be overwritten by the v-text directive.' ,
194
+ line : 1 ,
186
195
column : 29 ,
196
+ endLine : 1 ,
187
197
endColumn : 32 ,
188
198
suggestions : [
189
199
{
@@ -203,7 +213,9 @@ ruleTester.run('no-child-content', rule, {
203
213
{
204
214
message :
205
215
'Child content is disallowed because it will be overwritten by the v-t directive.' ,
216
+ line : 1 ,
206
217
column : 26 ,
218
+ endLine : 1 ,
207
219
endColumn : 29 ,
208
220
suggestions : [
209
221
{
@@ -223,7 +235,9 @@ ruleTester.run('no-child-content', rule, {
223
235
{
224
236
message :
225
237
'Child content is disallowed because it will be overwritten by the v-html directive.' ,
238
+ line : 1 ,
226
239
column : 29 ,
240
+ endLine : 1 ,
227
241
endColumn : 32 ,
228
242
suggestions : [
229
243
{
0 commit comments