Skip to content

Commit 5ce9f18

Browse files
committed
Added test to detect the case
1 parent 8332d64 commit 5ce9f18

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/no-double-joshi-test.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,16 @@ tester.run("no-dropping-the-ra", rule, {
3131
}
3232
]
3333
},
34+
{
35+
text: "この距離からでも見れる。",
36+
errors: [
37+
{
38+
message: "ら抜き言葉を使用しています。",
39+
line: 1,
40+
column: 10
41+
}
42+
]
43+
},
3444
{
3545
text: "来れる",
3646
errors: [

0 commit comments

Comments
 (0)