Skip to content

Commit fd1ccab

Browse files
committed
test: add test case mixed Str and Code in a Paragraph
1 parent e8dde33 commit fd1ccab

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

test/no-doubled-joshi-test.js

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,16 @@ tester.run("no-double-joshi", rule, {
104104
column: 7
105105
}
106106
]
107+
},
108+
{
109+
text: "これは`obj.method`は何をしているかを示します。",
110+
errors: [
111+
{
112+
message: `一文に二回以上利用されている助詞 "は" がみつかりました。`,
113+
line: 1,
114+
column: 16
115+
}
116+
]
107117
}
108118
]
109119
});

0 commit comments

Comments
 (0)