Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions tests/lib/rules/no-child-content.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-html directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 32,
suggestions: [
{
Expand All @@ -93,7 +95,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-html directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 38,
suggestions: [
{
Expand All @@ -112,7 +116,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-html directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 37,
suggestions: [
{
Expand All @@ -131,7 +137,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-html directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 41,
suggestions: [
{
Expand Down Expand Up @@ -183,7 +191,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-text directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 32,
suggestions: [
{
Expand All @@ -203,7 +213,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-t directive.',
line: 1,
column: 26,
endLine: 1,
endColumn: 29,
suggestions: [
{
Expand All @@ -223,7 +235,9 @@ ruleTester.run('no-child-content', rule, {
{
message:
'Child content is disallowed because it will be overwritten by the v-html directive.',
line: 1,
column: 29,
endLine: 1,
endColumn: 32,
suggestions: [
{
Expand Down