Skip to content

backquoteを含む文字列の二重引用符チェック #89

@ksato9700

Description

@ksato9700

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions