-
Notifications
You must be signed in to change notification settings - Fork 21
Closed
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestType: BugBug or Bug fixesBug or Bug fixes
Description
backquote (`) を含む文字列の二重引用符(")チェックがうまく動かない場合があるようです。
再現手順
設定(textlintrc)
{
"rules": {
"preset-jtf-style": true
}
}試した文章(test.md)
"a" "`a`"実行結果
$ npx textlint -c ./textlintrc test.md
/tmp/bugreport/test.md
1:9 error "の対となる"が見つかりません。"" jtf-style/4.3.5.二重引用符
✖ 1 problem (1 error, 0 warnings)期待する結果
正常終了する
実際の結果
対となる二重引用符が見つからないというエラーになる
Metadata
Metadata
Assignees
Labels
Status: PR WelcomeWelcome to Pull RequestWelcome to Pull RequestType: BugBug or Bug fixesBug or Bug fixes