Skip to content

Commit eb13cc6

Browse files
committed
test; add test
1 parent c7ea391 commit eb13cc6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

test/textlint-rule-no-filler.test.ts

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,15 @@ tester.run("textlint-rule-no-filler", rule, {
4545
index: 0
4646
}
4747
]
48+
},
49+
{
50+
text: "なんかよく自分は「なんか」ってを良く使うけどこれってフィラーなんだなーと言うことを知った。",
51+
errors: [
52+
{
53+
message: errorMessage("なんか"),
54+
index: 0
55+
}
56+
]
4857
}
4958
]
5059
});

0 commit comments

Comments
 (0)