Skip to content

Commit 67c1db0

Browse files
committed
test(rule): add test case :
1 parent 1c22045 commit 67c1db0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/textlint-rule-ja-no-mixed-period-test.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,16 @@ tester.run("textlint-rule-ja-no-mixed-period", rule, {
2929
options: {
3030
allowPeriodMarks: ["OK"]
3131
},
32+
},
33+
{
34+
text: `次のコード:
35+
36+
code block
37+
38+
`,
39+
options: {
40+
allowPeriodMarks: [":"]
41+
},
3242
}
3343
],
3444
invalid: [

0 commit comments

Comments
 (0)