Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

2.1.6.カタカナの長音: 文末ではカタカナの長音省略が検出されない #83

Open
hankei6km opened this issue Feb 22, 2021 · 0 comments
Labels
good first issue Good for newcomers Type: Bug Bug or Bug fixes

Comments

@hankei6km
Copy link

文末という表現が正しいかはわかりませんが、Paragraph の最後にあると検出されないようです。また末尾に「。」が付いていても結果は同じです。

再現手順

設定(textlintrc)

{
  "rules": {
    "preset-jtf-style": {
        "2.1.6.カタカナの長音": true
    }
  }
}

試した文章(test.md)

# テスト

新しいコンピュータ

新しいコンピュータ。

新しいコンピュータを購入する。

実行結果。

$ npx textlint -c ./textlintrc test.md

/sandbox/reproduce/jtf-katakana-end-of-paragraph/test.md
  7:4  ✓ error  コンピュータを購 => コンピューターを購  jtf-style/2.1.6.カタカナの長音

✖ 1 problem (1 error, 0 warnings)
✓ 1 fixable problem.
Try to run: $ textlint --fix [file]

期待する結果

  • 「コンピュータ」表記は jtf-style/2.1.6.カタカナの長音 で全て検出される。

実際の結果

  • 最後の「コンピュータ」のみ検出される。
@azu azu added Type: Bug Bug or Bug fixes good first issue Good for newcomers labels May 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers Type: Bug Bug or Bug fixes
Projects
None yet
Development

No branches or pull requests

2 participants