Skip to content

Commit 5d7eee5

Browse files
committed
test: update message
1 parent 77501cc commit 5d7eee5

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@
1515

1616
```
1717
お刺身を食べれない。
18-
女の子が出れないんです
18+
人が出れないんです
1919
この距離からでも見れる。
2020
今日は来れる?
21-
女の子が来れないんです
21+
人が来れないんです
2222
```
2323
## Installation
2424

test/no-double-joshi-test.js

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ tester.run("no-dropping-the-ra", rule, {
2222
]
2323
},
2424
{
25-
text: "女の子が出れないんです",
25+
text: "人が出れないんです",
2626
errors: [
2727
{
2828
message: "ら抜き言葉を使用しています。",
2929
line: 1,
30-
column: 6
30+
column: 4
3131
}
3232
]
3333
},
@@ -62,12 +62,12 @@ tester.run("no-dropping-the-ra", rule, {
6262
]
6363
},
6464
{
65-
text: "女の子が来れないんです",
65+
text: "人が来れないんです",
6666
errors: [
6767
{
6868
message: "ら抜き言葉を使用しています。",
6969
line: 1,
70-
column: 6
70+
column: 4
7171
}
7272
]
7373
}

0 commit comments

Comments
 (0)