Skip to content

Commit 444949d

Browse files
committed
Add test case for reduce exception
1 parent 16ab0bb commit 444949d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/no-doubled-conjunction.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,8 @@ tester.run("no-doubled-conjunction", rule, {
55
valid: [
66
"朝起きた。そして、夜に寝た。",
77
"そして朝起きた。けれど昼は仕事をした。そして夜に寝た。",
8-
"``" // empty Paragraph
8+
"``", // empty Paragraph,
9+
"![](path/to/image.png)"// empty image label
910
],
1011
invalid: [
1112
{

0 commit comments

Comments
 (0)