Skip to content

Commit 5be412c

Browse files
committed
fix(test): remove duplicated error message
1 parent ff9432a commit 5be412c

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

test/4.3.5-test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,6 @@ tester.run('4.3.5.二重引用符""', rule, {
2828
2929
文章"は認められない。`,
3030
errors: [
31-
{
32-
message: '"の対となる"が見つかりません。""',
33-
column: 1
34-
},
35-
// FIXME: why duplicated?
3631
{
3732
message: '"の対となる"が見つかりません。""',
3833
column: 1

test/4.3.8-test.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,6 @@ tester.run("4.3.8.一重引用符''", rule, {
2323
2424
文章'は認められない。`,
2525
errors: [
26-
{
27-
message: "'の対となる'が見つかりません。''",
28-
column: 1
29-
},
30-
// FIXME: why duplicated?
3126
{
3227
message: "'の対となる'が見つかりません。''",
3328
column: 1

0 commit comments

Comments
 (0)